Replay subscription to start receiving events again from a position

Replay a subscription to start receiving events again from a position

SecurityBearerAuth or ApiKeyAuth
Request
path Parameters
subscription_id
required
string
Example: abc-123-efg-456
query Parameters
fromOffset
integer >= 0
Default: 0

The position where the offset will be moved to replay events from there if exist

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}/replay
Request samples
Response samples
application/problem+json
{
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "errorCode": "string",
  • "type": "string"
}