Skip to main content
PATCH
Partially update an initiative

Authorizations

Authorization
string
header
required

Generate an API key in your workspace Settings → API Keys. Pass it as Authorization: Bearer tab_<key> on every request.

Headers

x-tenant-slug
string
required

Your workspace slug (e.g. acme).

Path Parameters

id
string
required

Body

application/json
title
string
Maximum string length: 200
subProductId
string
statusId
string
startQuarter
string
endQuarter
string
classificationId
string
ownerId
string
notes
string
tagIds
string[]

Replaces all existing tags

Response

OK

id
string
title
string
notes
string | null
startQuarter
string
Example:

"2026_Q1"

endQuarter
string | null
Example:

"2026_Q3"

createdAt
string<date-time>
updatedAt
string<date-time>
status
object | null
subProduct
object | null
classification
object | null
user
object | null

Assigned owner

tags
object[]