Skip to main content
PATCH
Update a checklist item

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

checklistItemPublicId
string
required
Required string length: 12

Body

application/json
title
string
Required string length: 1 - 500
completed
boolean
index
integer
Required range: x >= 0

Response

Successful response

publicId
string
required
Required string length: 12
title
string
required
Required string length: 1 - 500
completed
boolean
required