Logo
Ats/Job offers/Id/Attributes/Name

Update partially job offer attribute

Update some properties of a job offer attribute

PATCH/ats/job-offers/{id}/attributes/{name}
AuthorizationBearer <token>

In: header

Path Parameters

idnumber | null
namestring
valuestring | null

Value of the attribute

Response Body

curl -X PATCH "https://api.dashboard.data-driven.fr/v3/ats/job-offers/0/attributes/string" \
  -H "Content-Type: application/json" \
  -d '{
    "value": "Paris"
  }'
{
  "message": "string",
  "data": [
    {
      "value": "Paris"
    }
  ]
}
{
  "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
    }
  ]
}