---
title: Update (/candidate/candidatedId)
tags: candidate
---
**URL** : /candidate/candidateId
HTTP Method : PUT
**Request**
```
{
name: string().required(),
email: string().email(),
phoneNumber: regex(/^\d{10}$/),
dob: string().required(),
highestQualification: string().required(),
pastCompany: string(),
pastDesignation: string(),
pastCTC: string(),
totalExperience: number().min(0),
location1: required().uuid(),
location2: required().uuid(),
location3: required().uuid(),
industry1: required().uuid(),
industry2: required().uuid(),
skill1: required().uuid(),
skill2: required().uuid(),
skill3: required().uuid(),
about: string(),
resumePdf: File->PDF, [Not required]
otp: string().required(),
OpenForRelocation : true, false
whatsappActive: true, false
telegramActive: true, false
noticePeriod: Number
currentLocation: Joi.string()
}
```
**Description**
dob : 1997-11-17