Update Note
Update an existing note. The note being updated must be authored by the connected user.
**Note:** The following legacy paths will continue to work until users are notified and migrated to the new naming:
- `/projects/{projectId}/comments/{commentId}`
- `/requests/{requestId}/comments/{commentId}`
- `/clients/{clientId}/comments/{commentId}`
Authentication
x-api-keystring
API Key authentication via header
Path parameters
noteId
Request
This endpoint expects an object.
body
Updated note text content
Response
Note updated successfully
id
Note identifier
body
Note text content
createdAt
Creation timestamp
updatedAt
Last update timestamp
