curl --request PUT \
--url https://api.example.com/api/Jobs/AiMatches/{AiMatchId}/Bad \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"reason": "<string>"
}
'curl --request PUT \
--url https://api.example.com/api/Jobs/AiMatches/{AiMatchId}/Bad \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"reason": "<string>"
}
'Was this page helpful?