{
"notification_config": {
"notification_enabled": true,
"notification_extension": "string",
"high_priority": 0,
"high_priority_policy": 0
},
"route_config": {
"route_enabled": true,
"route_environment": "string"
},
"element_key": "string"
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/room_queues//actions/poll' \
--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_key": "string"
}'{
"code": 0,
"msg": "",
"data": {
"elementKey": "",
"elementValue": "",
"elementAccountId": "",
"elementTransient": false,
"elementAddPolicy": 0
}
}