Skip to content

SubscriptionCompatUpdateInput

SubscriptionCompatUpdateInput = object

Input shape for client.subscription.update. orgName and name identify the subscription; omit repoName to update an org-scoped subscription. All other fields are optional and only the ones you provide get patched. Metadata subscriptions reject shapeName/filterJson — they have only delivery fields to edit.

https://docs.warmhub.ai/subscriptions/managing/#update-subscription

orgName: string


optional repoName?: string


name: string


optional shapeName?: string


optional filterJson?: Record<string, unknown>


optional webhookUrl?: string


optional fallbackWebhookUrl?: string | null


optional allowTraceReentry?: boolean


optional notifyOnSuccess?: boolean


optional workspacePolicy?: never