v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
User 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

orderstring
skill_group_idstring

Example request

[
  {
    "order": "0",
    "skill_group_id": "3"
  },
  {
    "order": "0",
    "skill_group_id": "5"
  }
]

Response

Successful operation