curl --request PUT \
--url https://api.pagecall.com/v1/rooms/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Monthly Meetting - 2",
"is_terminated": false
}'{
"room": {
"id": "000585f36eed9e8fb6b655b4",
"application_id": "000585f36eed9e8fb6b655b4",
"type": "public",
"created_user_id": "#DEPRECATED#",
"name": "Weekly Meet",
"thumbnail_url": "https://example.url/thumbnail.png",
"last_thumbnail_updated_at": "#DEPRECATED#",
"room_template_id": "#DEPRECATED#",
"layout": "SixAll",
"record": true,
"meeting_time": 200000,
"is_terminated": "#DEPRECATED#",
"is_ephemeral": "#DEPRECATED#",
"is_recurring": "#DEPRECATED#",
"started_at": "2023-01-01T01:00:00.000Z",
"terminated_at": "2023-01-01T01:00:00.000Z",
"updated_at": "2023-01-01T01:00:00.000Z",
"created_at": "2023-01-01T01:00:00.000Z"
}
}Update some of room settings
curl --request PUT \
--url https://api.pagecall.com/v1/rooms/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Monthly Meetting - 2",
"is_terminated": false
}'{
"room": {
"id": "000585f36eed9e8fb6b655b4",
"application_id": "000585f36eed9e8fb6b655b4",
"type": "public",
"created_user_id": "#DEPRECATED#",
"name": "Weekly Meet",
"thumbnail_url": "https://example.url/thumbnail.png",
"last_thumbnail_updated_at": "#DEPRECATED#",
"room_template_id": "#DEPRECATED#",
"layout": "SixAll",
"record": true,
"meeting_time": 200000,
"is_terminated": "#DEPRECATED#",
"is_ephemeral": "#DEPRECATED#",
"is_recurring": "#DEPRECATED#",
"started_at": "2023-01-01T01:00:00.000Z",
"terminated_at": "2023-01-01T01:00:00.000Z",
"updated_at": "2023-01-01T01:00:00.000Z",
"created_at": "2023-01-01T01:00:00.000Z"
}
}Show child attributes