patch https://example.com/v1/projects//screener-responses//favorite
Favourite Participant:
Use this functionality to save this participant for later. Use the filter to easily retrieve them.
Response
Favourite Participant:
Use this functionality to save this participant for later. Use the filter to easily retrieve them.
xxxxxxxxxx
curl --request PATCH \
--url https://example.com/v1/projects/projectId/screener-responses/screenerResponseId/favorite \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"favorite":true}'
Try It!
to start a request and see the response here! Or choose an example: