cURL
curl --request PATCH \ --url https://api.rallyuxr.com/api/public/v1/studies/{studyId}/participants/{participantId}/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "note": "<string>" } '
{ "note": "<string>", "createdByUserId": "<string>" }
Append a note to a participant. If no note exists, a new one will be created with the provided note
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The note to append to a participant
The updated or created note
The note of the person
The ID of the user who created the note