Reviewee
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
displayNamestringOptional
preferencesstring[]Optional
Responses
200
Reviewee registered successfully
application/json
400
Invalid request or user already a reviewee
401
Unauthorized
post
/api/v1/revieweeAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idinteger · int64Required
ID of the Reviewee to update (must match authenticated user's reviewee profile or be admin)
Body
displayNamestringOptional
preferencesstring[]Optional
Responses
200
Reviewee updated successfully
application/json
400
Invalid request
401
Unauthorized
403
Forbidden (not allowed to update this reviewee)
404
Reviewee not found
put
/api/v1/reviewee/{id}