{
"operator_id": "accid1",
"team_type": 2,
"name": "统发领理先",
"icon": "http://dummyimage.com/100x100",
"announcement": "magna",
"intro": "sunt commodo incididunt",
"members_limit": 71,
"server_extension": "qui est culpa",
"extension": "ut sunt",
"configuration": {
"join_mode": 1,
"agree_mode": null,
"invite_mode": null,
"update_team_info_mode": null,
"update_extension_mode": null,
"antispam_business_id": " ",
"chat_banned_mode": null
}
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/teams/' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator_id": "accid1",
"team_type": 2,
"name": "统发领理先",
"icon": "http://dummyimage.com/100x100",
"announcement": "magna",
"intro": "sunt commodo incididunt",
"members_limit": 71,
"server_extension": "qui est culpa",
"extension": "ut sunt",
"configuration": {
"join_mode": 1,
"agree_mode": null,
"invite_mode": null,
"update_team_info_mode": null,
"update_extension_mode": null,
"antispam_business_id": " ",
"chat_banned_mode": null
}
}'{
"code": 0,
"msg": "string",
"data": {
"team_info": {
"team_id": "string",
"owner_account_id": "string",
"name": "string",
"icon": "string",
"announcement": "string",
"intro": "string",
"server_extention": "string",
"customer_extension": "string",
"create_time": 0,
"update_time": 0,
"configuration": {
"join_mode": 0,
"agree_mode": 0,
"invite_mode": 0,
"update_team_info_mode": 0,
"update_extension_mode": 0,
"chat_banned_mode": 0
}
}
}
}