Tasks
Update a task
Partially updates a task. All fields are optional.
PATCH
Update a task
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
Example:
"Implement OAuth login (Google + GitHub)"
Lifecycle status of a task.
Available options:
TODO, IN_PROGRESS, IN_REVIEW, BLOCKED, DONE, CANCELLED Priority level of a task.
Available options:
LOW, MEDIUM, HIGH, URGENT Example:
"Updated description."
Example:
"2026-07-01"
Example:
"proj_01jqproj0001"
Example:
null
Example:
"user_01jquser0001"
Response
The updated task.
Update a task