curl --request POST \ --url https://app.dilli.studio/api/v1/tasks/{id}/toggle \ --header 'X-Api-Key: <api-key>'
Tasks
Toggle Task
POST
/
tasks
/
{id}
/
toggle
Toggle task as done/undone
Copy
curl --request POST \ --url https://app.dilli.studio/api/v1/tasks/{id}/toggle \ --header 'X-Api-Key: <api-key>'
Use the API Playground below to send this request with your X-Api-Key. The base URL and headers are prefilled; update any path, query, or body fields and click Send.