Update a note
URL
Headers
Name
Type
Description
Path parameters
Name
Type
Description
Body
Name
Type
Description
Example request
curl -X POST https://api.complycube.com/v1/notes/{:noteId} \
-H 'Authorization: <YOUR_API_KEY>' \
-H 'Content-Type: application/json' \
-d '{
"type": "report",
"note": "Update note"
}'
