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
projectId
Project identifier
Request
This endpoint expects an object.
body
Note text content
replyToId
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
id
Note identifier
note
Note text content
createdAt
Creation timestamp
updatedAt
Last update timestamp
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
