v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
subscriptions

Update subscription by id

Updates an existing subscription.

You can modify:

  • The technical contact email address
  • The list of topics this subscription is listening for

Note that you cannot update the consumer URL after creation. If you need to change the URL, you must delete this subscription and create a new one.

put/subscriptions/{subscriptionId}

Path parameters

subscriptionIdstring uuid required

The unique identifier (UUID) of the subscription you want to interact with. This ID is returned when you create a subscription and can be retrieved from the GET /subscriptions endpoint.

Request body

technicalContactstring email

Updated email address for technical contact.

  • Used for notifications about subscription status changes
  • Used for troubleshooting communication
  • Should be monitored regularly
topicNamesstring[]

A collection of topic names to subscribe to.

  • Must contain at least one valid topic name
  • Each topic name must be a string matching an available topic
  • Use GET /topics to retrieve the list of available topics

Response

The resource was updated successfully.