Add a comment to an AI project
POST/ai/projects/:project_id/comments
Posts a comment on an AI project and returns the identifier of the new comment. You need at least read-only access on the project, so any project member can comment. You are recorded as the author, and the comment is timestamped server-side. Project stewards are notified by email and push notification; if notification fails the comment is still saved and the call still succeeds.
Request
Responses
- 200
- 400
- 500
The comment was saved. CommentId is the identifier of the new comment; pass it to the delete endpoint to remove it later.
Response Headers
The request was invalid or you do not have permission. The body is {"Message": " -
Response Headers
An unexpected server error, including a failure to store the comment. The body is {"Message": " -