Request
Example:Bearer {{access_token}}
Body Params application/json
isCompetencyRatings
boolean
requiredparticipantInterviewId
string
required{
"competencyRatings": [],
"developmentArea": "<ul>\n<li>tes kompetensi</li>\n</ul>\n",
"isCompetencyRatings": false,
"isComplete": false,
"isDevelopmentArea": true,
"isStrengthen": false,
"participantInterviewId": "1464f942-3389-4c74-b730-a621b4a95911",
"strengthen": ""
}
Request samples
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/candidate/participant-interview/competency' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"competencyRatings": [],
"developmentArea": "<ul>\n<li>tes kompetensi</li>\n</ul>\n",
"isCompetencyRatings": false,
"isComplete": false,
"isDevelopmentArea": true,
"isStrengthen": false,
"participantInterviewId": "1464f942-3389-4c74-b730-a621b4a95911",
"strengthen": ""
}'
Responses
application/json Modified at 2024-03-06 02:01:11