Authorization: ********************
{
"config": {
"create_room": "LIMITED",
"join_existing_room": "LIMITED",
"send_message_to_supervisor": "LIMITED",
"send_message_to_non_supervisor": "LIMITED"
},
"field_mask": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/room303/room303api/updateglobalconfig' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"config": {
"create_room": "LIMITED",
"join_existing_room": "LIMITED",
"send_message_to_supervisor": "LIMITED",
"send_message_to_non_supervisor": "LIMITED"
},
"field_mask": "string"
}'
{
"edited_by": "string",
"config": {
"create_room": "LIMITED",
"join_existing_room": "LIMITED",
"send_message_to_supervisor": "LIMITED",
"send_message_to_non_supervisor": "LIMITED"
},
"date_created": "1s",
"last_edited": "1s"
}