Candidates

Update experience

PUT
/api/public/v3/recruitment/candidates/{candidate_id}/experiences/{id}

Path Parameters

candidate_id*integer
id*integer

Request Body

application/x-www-form-urlencoded

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/api/public/v3/recruitment/candidates/0/experiences/0" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'title=string'
{  "data": {    "id": 0,    "title": "string",    "company": "string",    "starts_on": "string",    "ends_on": null,    "location": null,    "description": null  }}