v1
latestOpenAPI 3.1.02026-08-066984441.1 MBprojectComments
Creates a new comment on the project with the specified id.
Creates a new comment on the project with the specified id. A user can only create a comment for him/herself, except for admins and api users.
<Check title="Required Permissions" icon="key">To create a comment the user must have at least `read` permissions on the specified project.</Check>
post/projects/{projectId}/comments
Path parameters
projectIdstring uuid required
The id of the project to create the comment for.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK