Conference
Update a conference room
Update a conference room
post/conference_rooms/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the conference room.
Request body
Example request
{
"language": "en-US",
"scheduled_start_at": "2017-07-21T17:32:28Z",
"scheduled_end_at": "2017-07-21T17:32:28Z",
"internal_invitees": [
"NzAwNTUxOTA5NzczMTQ4MTYw"
],
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}Response
OK