POST /performance-management/competencies/competency/{competencyId}/change
Host: api-learn.ispringlearn.com
Content-Type: application/json
Accept: application/json
X-Auth-Account-Url: https://myaccount.ispringlearn.com
Authorization: Bearer N3Hk5sds1_DVj1JFTqJKFWjGHf94DWp1YSffLxeZX8co
{
"name": "new name of the competence",
"description": "new description of the competence",
"scaleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reviewMethod": "INDICATORS_INDIVIDUALLY",
"commentsRequirementLevel": "DISABLED",
"emptyAnswersEnabled": true
}
CODE