comments

Create Project Comment

Create a customer comment on a project.

The is_internal flag is always forced to False for user-created comments regardless of the request payload.

post/api/v1/projects/{project_id}/comments

Path parameters

project_idstring uuid required

Request body

messagestring required
is_internalboolean

Admin-only internal note

Response

Successful Response

idstring uuid required
project_idstring uuid required
author_idstring required
author_typestring required
author_namestring required
messagestring required
is_internalboolean required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.