Update Candidate semantic
PUT {{endpoint}}/ws/v.1.00/candidate-sem?id={{candidate_id}}
Updates the semantic tags linked with a candidate.
input
- candidate_id *: numeric
- sem: array of semantic, numeric tag ids
output
- candidate_id: numeric
{ "candidate_id": 123 }
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
Request Body
{"sem"=>[25002, 25003, 25004, 25005, 25006, 25007, 25008, 25009, 25010, 25011]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |