Skip to main content
bembem
DocsAPI Reference
  • Introduction
  • Action Type Configs
    • Create an Action Type Config
    • List Action Type Configs
    • Get an Action Type Config
    • Update an Action Type Config
    • Delete an Action Type Config
  • Actions
    • Create a batch of Actions
    • List Actions
    • Correct a Route action's choice for an event
  • Pipelines
    • Create a Pipeline
    • List Pipelines
    • Get a Pipeline
    • Update a Pipeline
    • Delete a Pipeline
  • Transformations
    • Create a batch of Transformations
    • Correct the Transformation value
    • Delete Transformations
    • List Transformations
    • List Transformation errors
    • Receive completed Transformation webhook
    • Receive Transformation Errors webhook
  • Events
    • Get an Event
    • List Events
    • Receive event webhook
  • Subscriptions
    • List Subscriptions
    • Create a Subscription
    • Get a Subscription
    • Update a Subscription
    • Delete a Subscription
  • Security
    • Generate a new webhook secret
    • Get the current webhook secret
  • Tasks
    • List Tasks
    • Get a Task
  • Subscriptions
  • Update a Subscription

Update a Subscription

PATCH 

/v1-alpha/subscriptions/:subscriptionID

Updates an existing subscription. Follow conventional PATCH behavior, so only included fields will be updated.

Request​

Responses​

  • 200

A subscription object.

Previous
Get a Subscription
Next
Delete a Subscription