Skip to main content
POST
Add an item to a checklist

Authorizations

Authorization
string
header
required

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

Path Parameters

checklistPublicId
string
required
Required string length: 12

Body

application/json
title
string
required
Required string length: 1 - 500

Response

Successful response

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