Jobboard/Job offers/Id
Update partially jobboard job offer
Update some properties of a jobboard job offer
PATCH
/jobboard/job-offers/{id}AuthorizationBearer <token>
In: header
Path Parameters
idnumber | null
title?string | null
Title of the job offer
reference?string
Main job offer reference
reference_2?string | null
Second job offer reference
reference_3?string
Third job offer reference
subsidiary?string
Subsidiary name
subsidiary_jobboard_id?string
Subsidiary's internal ID in the jobboard system
description?string
Description of the job offer
Response Body
curl -X PATCH "https://api.dashboard.data-driven.fr/v3/jobboard/job-offers/0" \
-H "Content-Type: application/json" \
-d '{}'{
"message": "string",
"data": [
{
"title": "Software Engineer",
"reference": "REF123",
"reference_2": "REF456",
"reference_3": "REF789",
"subsidiary": "Daven Corp",
"subsidiary_jobboard_id": "SUB123",
"description": "We are looking for a software engineer to join our team."
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}