Candidates

Update education

PUT
/api/public/v3/recruitment/candidates/{candidate_id}/educations/{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/educations/0" \  -H "Content-Type: application/x-www-form-urlencoded" \  -d 'school=string'
{  "data": {    "id": 0,    "school": "string",    "name": "string",    "from_year": 0,    "to_year": 0,    "subject": null,    "description": null  }}