{
"appDefinedDataList": [
{
"Key": "GroupTestData1",
"Value": "NewData"
}
],
"applyJoinOption": "NeedPermission",
"defaultPermission": 1,
"enablePermission": 1,
"faceUrl": "http://this.is.new.face.url",
"fromAccount": "brennanli",
"groupId": "@TGS#1NVTZEAE4",
"historyMsgBeforeJoin": "On",
"introduction": "NewIntroduction",
"inviteJoinOption": "FreeAccess",
"maxMemberNum": 500,
"muteAllMember": "On",
"name": "NewName",
"notification": "NewNotification"
}curl --location --request POST '/im/group/modify-group-base-info' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"appDefinedDataList": [
{
"Key": "GroupTestData1",
"Value": "NewData"
}
],
"applyJoinOption": "NeedPermission",
"defaultPermission": 1,
"enablePermission": 1,
"faceUrl": "http://this.is.new.face.url",
"fromAccount": "brennanli",
"groupId": "@TGS#1NVTZEAE4",
"historyMsgBeforeJoin": "On",
"introduction": "NewIntroduction",
"inviteJoinOption": "FreeAccess",
"maxMemberNum": 500,
"muteAllMember": "On",
"name": "NewName",
"notification": "NewNotification"
}'{
"code": 0,
"message": "string",
"result": {
"actionStatus": "string",
"errorCode": 0,
"errorInfo": "string"
},
"success": true,
"timestamp": 0
}