Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url http://localhost:3091/v1/api/vivier/{candidatVivierId}/favorite
{ "success": true, "message": "<string>", "data": { "id": 123, "nom": "<string>", "email": "<string>", "telephone": "<string>", "experience": "<string>", "currentPosition": "<string>", "city": "<string>", "availability": "<string>", "addedDate": "2023-12-25", "lastContactDate": "2023-12-25", "applicationCount": 123, "competences": [ "<string>" ], "tags": [ "<string>" ], "candidatId": 123, "invitationCount": 123, "favorite": true, "registered": true }, "error": { "code": "<string>", "message": "<string>", "details": "<string>" }, "timestamp": "2023-11-07T05:31:56Z" }
Marque/Démarque un candidat comme favori
OK
Show child attributes