Updates the details of a candidate.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"forename": "string",
"surname": "string",
"dob": "string",
"email": "string"
}
Request Code Samples
curl --location --request PUT 'https://api.tahdah.me/api/candidates/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"forename": "string",
"surname": "string",
"dob": "string",
"email": "string"
}'
Responses
application/json
Modified at 2026-06-12 18:05:31