Shortlist a Candidate (Admin)
POST /admin/candidates/{candidateId}/shortlist
POST
/admin/candidates/{candidateId}/shortlist
Mark a candidate as shortlisted by admin. This operation is idempotent - if the candidate is already shortlisted, 204 is returned.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” candidateId
required
string
Candidate ID (UUID format)
Responses
Section titled “ Responses ”No Content - Successfully shortlisted candidate
Bad request (e.g., invalid candidate ID)
object
error
string
Unauthorized
object
error
string
Not Found (e.g., candidate not found)
object
error
string
Internal Server Error
object
error
string