Rooms
Update a room with given changes.
patch/rooms/{roomId}
Path parameters
roomIdstring required
The id of the room requested.
Query parameters
api-versionstring required
Version of API to invoke.
Response
Request successful. The action returns an updated room.
Example response
{
"id": "99199690362660524",
"createdAt": "2021-09-06T05:55:41Z",
"validFrom": "2021-09-07T07:55:41Z",
"validUntil": "2021-09-08T15:55:41Z",
"pstnDialOutEnabled": true
}Changes
Changed in 1 of the 4 revisions of this API.1
- ○
api operation id
Rooms_UpdateRoomremoved and replaced withRooms_Updateapi-operation-id-removed
- ○