UpdateSkillGroup
Update the skill group information in the Cloud Customer Service System based on the AICCS instance ID and skill group ID. This API supports updating the skill group description and display name.
Operation description
This API does not support updating the skill group ID or skill group name.
After the update, you can invoke the QuerySkillGroups API to query the skill group information.
If you need to provide the AICCS instance ID and skill group ID, refer to the instructions in the Request Parameters section.
Queries per second (QPS) limit
Per-user call frequency: No rate limiting.
API call frequency: 1000 calls per second.
If the total calls from multiple users exceed the API frequency limit, throttling will be triggered.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
AICCS instance ID. |
ccc_xp_pre-cn-*** |
| SkillGroupId |
integer |
Yes |
Skill group ID. You can invoke the QuerySkillGroups API and check the SkillGroupId field in the response to obtain the skill group ID. Note
This parameter cannot be updated. |
123456 |
| SkillGroupName |
string |
No |
Skill group name. Note
This parameter cannot be updated. |
自动化测试 |
| Description |
string |
No |
Skill group description. Note
This parameter can be updated. |
自动化测试 |
| DisplayName |
string |
No |
Display name of the skill group. Note
This parameter can be updated. |
自动化测试 |
| ClientToken |
string |
No |
Unique ID of the customer request. Used for idempotency validation. You can generate it by using a UUID. |
46c1341e-2648-447a-****-70b6a298d94d |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
result |
||
| Message |
string |
Description of the status code. |
successful |
| RequestId |
string |
Request ID. |
EE338D98-9BD3-4413-B165 |
| Code |
string |
Status code. A return value of "Success" indicates that the request succeeded. |
Success |
| Success |
boolean |
Indicates whether the API call succeeded. Valid values:
|
true |
Examples
Success response
JSON format
{
"Message": "successful",
"RequestId": "EE338D98-9BD3-4413-B165",
"Code": "Success",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidInstanceId | The specified instance is unavailable or does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.