Update Professional Resume
PUT /professionals/resumes
PUT
/professionals/resumes
Allows a professional to update their own resume details. The request body should contain the complete resume data to be updated.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”Resume update request
object
educations
Array<object>
object
graduationDate
string
institutionName
required
string
experiences
required
Array<object>
object
employerName
required
string
endDate
string
isCurrentEmployer
boolean
startDate
required
string
title
required
string
summary
required
string
Responses
Section titled “ Responses ”Resume updated successfully (No Content)
Bad Request (e.g., invalid JSON, validation errors)
object
error
string
Forbidden (Professional ID not found in token)
object
error
string
Internal Server Error (e.g., database error, service failure)
object
error
string