Skip to main content
POST
/
v1
/
meeting_recordings
/
{id}
/
resume
Resume a meeting recording
curl --request POST \
  --url https://api.rootly.com/v1/meeting_recordings/{id}/resume \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Meeting Recording UUID

Response

recording resumed