Update an Experience
Developing
PATCH
/profiles/me/experiences/{experienceId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.aladia.io/v2/profiles/me/experiences/6673f0d1a7c4135af68a0c0f' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"jobType": "remote",
"contractType": "fulltime",
"degree": "(F.Eg5(2AN",
"fieldOfStudy": "wh3Hf*^4m[",
"skills": [
"Java",
"Python"
],
"link": "https://vibrant-till.org"
}'
Response Response Example
200 - Success
{
"id": "670775694daebf393b266ea1",
"profileId": "670775694daebf393b266ea1",
"name": "Global Group Producer",
"authority": "Shanahan - Bergstrom",
"jobType": "ITM,PPg^`z",
"contractType": "rs&TbCi2EI",
"degree": "iqg@BGO'Ov",
"fieldOfStudy": "vZ0x0Ze,js",
"type": "study",
"certificateType": "internal",
"certificateId": "670775694daebf393b266ea1",
"skills": [
"r`Dj`V5jdh",
"9`]ZkoS)&u",
"G|#HQX'@$)"
],
"description": "Central",
"address": "Bellflower",
"link": "http://lost-purse.org",
"startDate": "2023-11-05T21:30:32.158Z",
"endDate": "2024-10-22T15:15:03.278Z",
"organization": {
"id": "670775694daebf393b266ea1",
"name": "Zulauf - Wisozk",
"picture": "https://loremflickr.com/640/480/sports",
"domain": "<C+=%&|[;f"
},
"brand": {
"id": "670775694daebf393b266ea1",
"name": "eligendi accusamus expedita",
"domain": "grubby-archaeologist.name",
"picture": "https://loremflickr.com/640/480/food",
"aladiaOrganization": true
},
"createdAt": "1951-04-24",
"updatedAt": "1975-05-27"
}
Request
Path Params
experienceId
stringÂ
required
Example:
6673f0d1a7c4135af68a0c0f
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-09 13:27:36