Mettre à jour les compétences
curl --request PUT \
--url http://localhost:3091/v1/api/candidates/profile/skills \
--header 'Content-Type: application/json' \
--data '
{
"skills": [
"<string>"
]
}
'{
"success": true,
"message": "<string>",
"data": {
"id": 123,
"nom": "<string>",
"prenom": "<string>",
"email": "<string>",
"telephone": "<string>",
"photoUrl": "<string>",
"country": "<string>",
"city": "<string>",
"employmentStatus": "<string>",
"availability": "<string>",
"experienceLevelId": 123,
"qualificationLevel": "<string>",
"salaryRange": "<string>",
"desiredJobs": [
"<string>"
],
"desiredLocations": [
"<string>"
],
"desiredContractTypes": [
"<string>"
],
"sectorIds": [
123
],
"skills": [
"<string>"
],
"cvs": [
{
"id": 123,
"name": "<string>",
"fileUrl": "<string>",
"fileSize": "<string>",
"uploadedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"default": true,
"isDefault": true
}
],
"cvVisible": true,
"certifications": [
{
"id": 123,
"name": "<string>",
"issuer": "<string>",
"obtainedDate": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"profileCompletion": 123,
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}Candidats — Profil
Mettre à jour les compétences
Met à jour la liste des compétences du candidat
PUT
/
v1
/
api
/
candidates
/
profile
/
skills
Mettre à jour les compétences
curl --request PUT \
--url http://localhost:3091/v1/api/candidates/profile/skills \
--header 'Content-Type: application/json' \
--data '
{
"skills": [
"<string>"
]
}
'{
"success": true,
"message": "<string>",
"data": {
"id": 123,
"nom": "<string>",
"prenom": "<string>",
"email": "<string>",
"telephone": "<string>",
"photoUrl": "<string>",
"country": "<string>",
"city": "<string>",
"employmentStatus": "<string>",
"availability": "<string>",
"experienceLevelId": 123,
"qualificationLevel": "<string>",
"salaryRange": "<string>",
"desiredJobs": [
"<string>"
],
"desiredLocations": [
"<string>"
],
"desiredContractTypes": [
"<string>"
],
"sectorIds": [
123
],
"skills": [
"<string>"
],
"cvs": [
{
"id": 123,
"name": "<string>",
"fileUrl": "<string>",
"fileSize": "<string>",
"uploadedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"default": true,
"isDefault": true
}
],
"cvVisible": true,
"certifications": [
{
"id": 123,
"name": "<string>",
"issuer": "<string>",
"obtainedDate": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
],
"profileCompletion": 123,
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"error": {
"code": "<string>",
"message": "<string>",
"details": "<string>"
},
"timestamp": "2023-11-07T05:31:56Z"
}⌘I