{
"account_id": "string",
"name": "string",
"server_extension": "string",
"conversations": {
"type": 0,
"conversation_ids": [
"string"
]
}
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/conversation_groups/' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "string",
"name": "string",
"server_extension": "string",
"conversations": {
"type": 0,
"conversation_ids": [
"string"
]
}
}'{
"code": 0,
"msg": "string",
"data": {
"conversation_group": {
"name": "string",
"group_id": 0,
"server_extension": "string",
"create_time": 0,
"update_time": 0
},
"success_list": [
"string"
],
"failed_list": [
{
"conversation_id": "string",
"error_code": 0,
"error_msg": "string"
}
]
}
}