Skip to main content
POST
/
api
/
Candidates
/
{candidateId}
/
red-flag
Red Flag Candidate.
curl --request POST \
  --url https://api.example.com/api/Candidates/{candidateId}/red-flag \
  --header 'Content-Type: application/json' \
  --data '
{
  "comments": "<string>"
}
'

Path Parameters

candidateId
integer<int32>
required

Body

application/json
comments
string | null

Response

200

OK