Update a job ad
PUT https://ws.jobarch.com/v.api.1/job/{{job_id}}
This method allows you to edit the data of a job ad in JobArch.
Input
- the job ad unique ID in the url of the endpoint
- target_job*
- joblocation*: see _Get values | Coutry
- jobregion*: see _Get values | Region
- job_city*
- job_address
- jobsector*: see _Get values | Sector
- jobrole*: see _Get values | Role
- career: see Get values | Career level
- job_description*: html text allowed
Output
- job_id
Request Body
{"target_job"=>"{{target_job}}", "job_location"=>"{{job_location}}", "job_region"=>"{{job_region}}", "job_city"=>"{{job_city}}", "job_address"=>"{{job_address}}", "job_sector"=>"{{job_sector}}", "job_role"=>"{{job_role}}", "career"=>"{{career}}", "job_description"=>"{{job_description}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-USERNAME | string | ||
X-TOKEN | string | ||
Content-Type | string | ||
Accept | string |