Public
Skills
Update a position (skill)
patch/v1/public/skills/{skillId}
Path parameters
skillIdstring required
Request body
Example request
{
"names": {
"en": "cook",
"fr": "cuisinier"
},
"abbrev": "HQ",
"colorIndex": 16,
"custom": {
"field1": "value1",
"field2": "value2"
}
}Response
Example response
{
"names": {
"en": "cook",
"fr": "cuisinier"
},
"custom": {
"key1": "value1",
"key2": "value2"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.