AladiaDocs
Api referenceProfilesExperiences

Update an experience

PATCH
/v2/profiles/me/experiences/{experienceId}
AuthorizationBearer <token>

In: header

Path Parameters

experienceId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/profiles/me/experiences/string" \  -H "Content-Type: application/json" \  -d '{    "jobType": "string",    "contractType": "string",    "degree": "string",    "fieldOfStudy": "string",    "skills": [      "string"    ],    "link": "string"  }'
{}