Update Job semantic
PUT {{endpoint}}/ws/v.1.00/job-sem?id={{job_id}}
Updates the semantic tags linked with a job offer.
input
- job_id*: numeric
- sem: array of numeric semantic tag ids
output
- job_id: numeric
{
"job_id": 2
}
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 |