{ "owner": "04201724372xxxx", "ownerType": "emp", "showHistoryType": 0, "chatid": "chatxxxx", "add_useridlist": [ "user2" ], "validationType": 0, "del_useridlist": [ "user1" ], "icon": "@mediaId", "searchable": 0, "chatBannedType": 0, "managementType": 0, "mentionAllAuthority": 0, "name": "群名称1", "isBan": "true" }
curl --location --request POST 'http://127.0.0.1/chat/update?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "owner": "04201724372xxxx", "ownerType": "emp", "showHistoryType": 0, "chatid": "chatxxxx", "add_useridlist": [ "user2" ], "validationType": 0, "del_useridlist": [ "user1" ], "icon": "@mediaId", "searchable": 0, "chatBannedType": 0, "managementType": 0, "mentionAllAuthority": 0, "name": "群名称1", "isBan": "true" }'
{ "errmsg": "string", "errcode": 0 }