Skip to main content
PUT
/
api
/
management
/
projects
/
{project}
/
loose-checklist
/
{loose_checklist}
Atualizar um item de checklist avulso
curl --request PUT \
  --url https://api.olie.ai/api/management/projects/{project}/loose-checklist/{loose_checklist} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

project
string
required
loose_checklist
string
required

Response

200

200