Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/pro/subscription/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func setCreateOrUpdateFlags(cmd *cobra.Command) {
cmd.Flags().String("incident-profile-id", "", "Incident Profile ID associated with this subscription")
cmd.Flags().String("incident-visibility", "", "Incident visibility (unlisted, private)")
cmd.Flags().String("incident-creation-mode", "", "Incident creation rule (none, default, always, ignore-if-exists)")
cmd.Flags().String("incident-watch-keys", "", "Source/key to watch in the incident (scans/page.url, scans/page.domain, scans/page.ip, scans/page.apexDomain, hostnames/hostname, hostnames/ip, hostnames/domain)")
cmd.Flags().String("incident-watch-keys", "", "Source/key to watch in the incident (scans/page.url, scans/page.domain, scans/page.ip, scans/page.apexDomain, hostnames/hostname, hostnames/domain)")
}

func mapCmdToSubscriptionOptions(cmd *cobra.Command) (opts []api.SubscriptionOption, err error) {
Expand Down
2 changes: 1 addition & 1 deletion docs/urlscan_pro_subscription_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ urlscan pro subscription create [flags]
--incident-creation-mode string Incident creation rule (none, default, always, ignore-if-exists)
--incident-profile-id string Incident Profile ID associated with this subscription
--incident-visibility string Incident visibility (unlisted, private)
--incident-watch-keys string Source/key to watch in the incident (scans/page.url, scans/page.domain, scans/page.ip, scans/page.apexDomain, hostnames/hostname, hostnames/ip, hostnames/domain)
--incident-watch-keys string Source/key to watch in the incident (scans/page.url, scans/page.domain, scans/page.ip, scans/page.apexDomain, hostnames/hostname, hostnames/domain)
-a, --is-active Whether the subscription is active (default true)
-n, --name string Name of the subscription (required)
--permissions strings Permissions (team:read, team:write)
Expand Down
2 changes: 1 addition & 1 deletion docs/urlscan_pro_subscription_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ urlscan pro subscription update [flags]
--incident-creation-mode string Incident creation rule (none, default, always, ignore-if-exists)
--incident-profile-id string Incident Profile ID associated with this subscription
--incident-visibility string Incident visibility (unlisted, private)
--incident-watch-keys string Source/key to watch in the incident (scans/page.url, scans/page.domain, scans/page.ip, scans/page.apexDomain, hostnames/hostname, hostnames/ip, hostnames/domain)
--incident-watch-keys string Source/key to watch in the incident (scans/page.url, scans/page.domain, scans/page.ip, scans/page.apexDomain, hostnames/hostname, hostnames/domain)
-a, --is-active Whether the subscription is active (default true)
-n, --name string Name of the subscription (required)
--permissions strings Permissions (team:read, team:write)
Expand Down