Update a subscription
PATCH /subscriptions/{subscription_id}
PATCH
/subscriptions/{subscription_id}
Update an existing subscription
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” subscription_id
required
string
Subscription ID
Request Body required
Section titled “Request Body required ”object
workflow_name
string
webhook_url
string format: uri
resource
string
actions
Array<string>
filter
object
key
additional properties
any
secret
string
Responses
Section titled “ Responses ”Subscription updated
object
id
string
company_id
string
workflow_id
string
workflow_name
string | null
node_id
string
webhook_url
string
resource
string
actions
Array<string>
filter
object | null
secret
string | null
created_at
string | null format: date-time
updated_at
string | null format: date-time
Subscription not found