Resumes paused subscription to start receiving events again

Resumes paused subscription to start receiving events again

SecurityBearerAuth or ApiKeyAuth
Request
path Parameters
subscription_id
required
string
Example: abc-123-efg-456
Responses
204

Subscription was updated succeeded

400

Bad Request.

401

Unauthorized access.

403

Forbidden.

404

The specified resource was not found

500

Internal Server Error.

503

Service Unavailable.

patch/api/subscriptions/{subscription_id}/resume
Request samples
Response samples
application/problem+json
{
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "errorCode": "string",
  • "type": "string"
}