Reorder Skills in a Department
POST {{baseUrl}}/api/v1/skills/order
This API lists reorders Skills in a Department
OAuth Scope
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
skillIds (required) | <JSONArray> | List of skill ids to reorder |
departmentId (required) | <long> | department of the skills to be reordered |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |