cURL
curl --request PUT \ --url https://api.example.com/api/Jobs/Tracking/{jobTrackingId}/TalentIndex/Feedback/Bad \ --header 'Content-Type: application/json-patch+json' \ --data ' { "reason": "<string>" } '
Records thumbs down feedback with reason for Talent Index results.
OK
Was this page helpful?