DELETE /projects/{projectId}/tasks/{taskId} doesn't return item in response
under review
yolk
A small quirk between documentation and an endpoint I was playing with, I didn't do a deep investigation to see if this difference occurs for all
DELETE
routesThe
DELETE /projects/{projectId}/tasks/{taskId}
doesn't return the expanded item
in response, it'll return{
"ok": true,
"item": null
}
screenshots are of the expected response shape from the OpenAPI Playground at https://www.taskade.com/api/documentation/static/index.html#/Task/taskDelete and https://developers.taskade.com/docs/api/tasks gitbook
Log In
r
ryantaskade
under review
Thank you for bringing this to our attention, we will look into this further