{
"notification_config": {
"notification_enabled": true,
"notification_extension": "string",
"high_priority": 0,
"high_priority_policy": 0
},
"route_config": {
"route_enabled": true,
"route_environment": "string"
},
"element_list": [
{
"element_key": "string",
"element_value": "string",
"element_account_id": "string",
"element_transient": true,
"element_add_policy": 0
}
],
"operator_account_id": "string"
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/room_queues/' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"notification_config": {
"notification_enabled": true,
"notification_extension": "string",
"high_priority": 0,
"high_priority_policy": 0
},
"route_config": {
"route_enabled": true,
"route_environment": "string"
},
"element_list": [
{
"element_key": "string",
"element_value": "string",
"element_account_id": "string",
"element_transient": true,
"element_add_policy": 0
}
],
"operator_account_id": "string"
}'{
"code": 0,
"msg": "",
"data": {
"roomId": 0,
"queueSizeLimit": 0,
"queueSize": 0,
"insertElementList": [
""
],
"updateElementList": [
""
],
"failedElementList": [
{
"elementKey": "",
"errorMsg": "",
"errorCode": 0
}
]
}
}