Skip to main content
PATCH
Update a checklist

Authorizations

Authorization
string
header
required

Use a project private API key via Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

The ID of the checklist to update

Body

application/json
slug
string

Updated slug for the checklist

data
object

Updated checklist data

Response

Successful response

id
string<uuid>
slug
string
type
string
data
object

The checklist data

projectId
string<uuid>
ownerId
string<uuid>
createdAt
string<date-time>
updatedAt
string<date-time>