Mark all to-do items as done
POST
/api/v4/todos/mark_as_done
Marks all pending to-do items for the current user as done. It returns the HTTP status code 204 with an empty response.
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”Created
Bad Request