cURL
curl --request PATCH \ --url https://hireloam.com/api/v1/applications/{id}/notes/{noteId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "note": "Updated after second conversation - very strong candidate." } '
{ "note": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "body": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Update a note’s content. Only the note author can edit their notes.
API key from Settings > API Keys
The application ID
The note ID
Updated note content
Note updated
Show child attributes
Was this page helpful?