Replay subscription (re-emit events from the specified position)

Replay subscription (re-emit events from the specified 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 of the event queue will be moved to replay events, if they exist

Responses
204

Subscription replay was successful.

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"
}