Stop a browser session replay recording
Stop the specified replay recording and persist the video.
POST
/browsers/{id}/replays/{replay_id}/stopStop the specified replay recording and persist the video.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Browser session ID
replay_id*string
Replay recording identifier
Response
Recording stopped successfully.
no response body.
curl -X POST "https://example.com/browsers/string/replays/string/stop"Empty
{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}