Set read

Update conference recording status to read

post

Update conference recording status to read

Authorizations
Path parameters
idall ofrequired

The unique ID of conference room.

The unique ID of the resource.

recording_idall ofrequired

The unique ID of conference recording.

The unique ID of the resource.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/conference_rooms/{id}/recordings/{recording_id}/set_read' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'

No body

Was this helpful?