Skip to main content
POST

Authorizations

session
string
cookie
required

A signed-in workspace session, sent as a browser cookie. Requests must include credentials, and act on the session's active workspace.

Path Parameters

id
string<uuid>
required

The search ID.

candidateId
string
required

The candidate's ID, as returned in candidates[].candidate.id.

Body

application/json
verdict
enum<string> | null

null clears the verdict and logs a verdict_cleared event.

Available options:
accept,
reject,
maybe,
null
reasonCodes
string[]

Why. reason_codes is accepted as an alias.

notes
string

Free-text note. Truncated at 4000 characters.

Maximum string length: 4000
source
string
default:scan_candidate_panel

Where the verdict came from, for attribution in the feedback log.

Maximum string length: 120

Response

The verdict was recorded.

ok
boolean
verdict
enum<string> | null
Available options:
accept,
reject,
maybe,
null