Comments
Create a comment
Create a comment on a task, project, or milestone. Exactly one of taskId,
projectId, or milestoneId must be provided.
POST
Create a comment
Authorizations
API key obtained from the Slog dashboard or returned by the signup/invite-redeem
flows. Pass as the slog-api-key header.
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.
Create a comment