Skip to content

Update Professional Resume

PUT
/professionals/resumes

Allows a professional to update their own resume details. The request body should contain the complete resume data to be updated.

Resume update request

object
educations
Array<object>
object
graduationDate
string
institutionName
required
string
experiences
required
Array<object>
>= 1 items
object
employerName
required
string
endDate
string
isCurrentEmployer
boolean
startDate
required
string
title
required
string
summary
required
string

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