Create Project Note

Create a new note on a project

Note: The /projects/{projectId}/comments path will continue to work until users are notified and migrated to the new naming.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

projectIdintegerRequired
Project identifier

Request

This endpoint expects an object.
bodystringRequired
Note text content
replyToIdintegerOptional
ID of the parent note to reply to. When provided, the new note is created as a threaded reply under the specified note.

Response

Note created successfully
idinteger
Note identifier
notestring
Note text content
createdAtstringformat: "date-time"
Creation timestamp
updatedAtstringformat: "date-time"
Last update timestamp

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error