Update Skill Configuration
PATCH {{baseUrl}}/api/v1/skillConfiguration
This API updates Configuration of Skill in a Department
OAuth Scope
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
departmentId | <long> | ID of the Department |
attachSkillsOption | <string> max chars : 100 | Append new skills at AT_FIRST or AT_THE_END or BY_SKILL_ORDER |
autoSkillStamping | <string> max chars : 100 | This indicates Auto Stamping is Active or not, Allowed values ACTIVE or INACTIVE |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"autoSkillStamping":"INACTIVE","departmentId":"1000000013248","attachSkillsOption":"AT_FIRST"}