{
"newCode": "string",
"name": "string",
"description": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/groups/update/fenzu1' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 61cc2c7bb686e2767125230d' \
--header 'Content-Type: application/json' \
--data-raw '{
"newCode": "string",
"name": "string",
"description": "string"
}'
{
"code": 200,
"message": "修改分组成功",
"data": {
"id": "61d686c8c2a7a52fa4cf9d51",
"createdAt": "2022-01-06T06:06:00.623Z",
"updatedAt": "2022-01-11T08:37:48.549Z",
"userPoolId": "61b95d6c96d42670da568408",
"code": "new_fenzu1",
"name": "新分组1",
"description": "Apifox 修改的 description",
"externalId": null
}
}