Skip to main content
PATCH
Update status for multiple tasks

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
taskIds
string[]
required
Example:
status
enum<string>
required
Available options:
todo,
in_progress,
in_review,
done,
not_relevant,
failed
Example:

"in_progress"

reviewDate
string<date-time>

Optional review date to set on all tasks

Example:

"2025-01-01T00:00:00.000Z"

notRelevantJustification
string

Required justification when marking evidence tasks as not_relevant

Example:

"This control is out of scope for our SOC 2 audit."

Response

Tasks updated successfully

updatedCount
number
Example:

2