Update Skill Configuration

PATCH {{baseUrl}}/api/v1/skillConfiguration

This API updates Configuration of Skill in a Department

OAuth Scope

  • Desk.settings.UPDATE

Attributes

Attribute NameData TypeDescription
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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;autoSkillStamping&quot;:&quot;INACTIVE&quot;,&quot;departmentId&quot;:&quot;1000000013248&quot;,&quot;attachSkillsOption&quot;:&quot;AT_FIRST&quot;}