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

noteIdstringRequired

Request

This endpoint expects an object.
bodystringRequired
Updated note text content

Response

Note updated successfully
idinteger
Note identifier
bodystring
Note text content
createdAtstringformat: "date-time"
Creation timestamp
updatedAtstringformat: "date-time"
Last update timestamp
authorobject

Errors