admin-projects

Create Project Comment

Create a comment on a project as an admin.

post/api/v1/admin/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.