Description
Add a comment on a project.
The current user must have administrator rights on the organization or be assigned to the project.
URL
https://api.skriv.com/v1/project/addComment/orgId/projectId
Field | Type | Description |
---|---|---|
orgId | int | Organization ID |
projectId | int | Project ID |
GET parameters
Field | Type | Description |
---|---|---|
comment | string | HTML content of the new comment. |
alert | bool | Optional. true to set the project in alert mode. |
unalert | bool | Optional. true to remove the alert mode on the project. |