v1
latestOpenAPI 3.0.32026-07-24156161.2 MBUser Groups
Update priority group
Use the Update priority group API endpoint if you want to update one or more fields from a priority group. You should add the priority group id as a variable and the fields to be updated in the request body.
put/priority-groups/{id}
Request body
Example request
[
{
"order": "0",
"skill_group_id": "3"
},
{
"order": "0",
"skill_group_id": "5"
}
]Response
Successful operation