Skip to content

SubscriptionCompatUpdateInput

SubscriptionCompatUpdateInput = object

Input shape for client.subscription.update. orgName, repoName, and name identify the subscription; all other fields are optional and only the ones you provide get patched.

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

orgName: string


repoName: string


name: string


optional shapeName?: string


optional filterJson?: Record<string, unknown>


optional webhookUrl?: string


optional fallbackWebhookUrl?: string | null


optional cronConfig?: object

cronspec: string

optional timezone?: string


optional allowTraceReentry?: boolean


optional notifyOnSuccess?: boolean


optional workspacePolicy?: never