Authorization: Bearer ********************
{
"name": "Updated Conference Room",
"leader_pin": "5678",
"participants_pin": "1111",
"max_participants": "20",
"save_participants": "yes",
"request_name": "yes",
"annc_part": "no",
"leader_required": "to-start",
"quorum": "3"
}
curl --location -g --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/conferences/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Updated Conference Room",
"leader_pin": "5678",
"participants_pin": "1111",
"max_participants": "20",
"save_participants": "yes",
"request_name": "yes",
"annc_part": "no",
"leader_required": "to-start",
"quorum": "3"
}'
{
"code": 0,
"message": "string"
}