Projects
Add a comment to a project
POST
Add a comment to a project
Authorizations
API key obtained from the Slog dashboard or returned by the signup/invite-redeem
flows. Pass as the slog-api-key header.
Path Parameters
Resource ID (UPID) or, for tasks and projects, the human-readable reference such
as ENG-42.
Body
application/json
Comment body in Markdown.
Example:
"This is blocked by the auth service migration."
Task ID if commenting on a task.
Example:
"task_01jqabcd1111"
Project ID if commenting on a project.
Example:
null
Milestone ID if commenting on a milestone.
Example:
null
Response
Comment created.
Add a comment to a project