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
Response
The resource was updated successfully.