latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Notes
Update a note's progress
Updates the percentage completion of a note (required scope notes:write)
put/v1/notes/{noteId}/progress
Path parameters
noteIdinteger required
The unique identifier of the note
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"progressedAt": "2023-09-12T11:24:23.0000000+00:00",
"percentage": 50,
"comment": "Sent out the new part"
}Response
No Content