Skip to main content
PUT
/
api
/
Jobs
/
AiMatches
/
{AiMatchId}
/
Bad
Bad Ai Match.
curl --request PUT \
  --url https://api.example.com/api/Jobs/AiMatches/{AiMatchId}/Bad \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "reason": "<string>"
}
'

Path Parameters

aiMatchId
integer<int32>
required

Body

reason
string | null

Response

200

OK