Skip to main content
POST
Add a comment to a project

Authorizations

slog-api-key
string
header
required

API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.

Path Parameters

id
string
required

Resource ID (UPID) or, for tasks and projects, the human-readable reference such as ENG-42.

Body

application/json
content
string
required

Comment body in Markdown.

Example:

"This is blocked by the auth service migration."

taskId
string | null

Task ID if commenting on a task.

Example:

"task_01jqabcd1111"

projectId
string | null

Project ID if commenting on a project.

Example:

null

milestoneId
string | null

Milestone ID if commenting on a milestone.

Example:

null

Response

Comment created.

comment
object