cURL
curl --request PUT \ --url https://api.olie.ai/api/management/projects/{project}/loose-checklist/{loose_checklist} \ --header 'Authorization: Bearer <token>'
Atualiza um item de checklist avulso existente. Permite atualizar informações como data de conclusão, autor e quem marcou como concluído. A ordem pode ser ajustada automaticamente.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?