curl --request POST \
--url https://api.amplemarket.com/tasks/{id}/skip \
--header 'Authorization: Bearer <token>'{
"_errors": [
{
"code": "invalid_operation",
"title": "Invalid Operation",
"detail": "Task has status \"completed\" and cannot be skipped"
}
],
"object": "error"
}Skip task
curl --request POST \
--url https://api.amplemarket.com/tasks/{id}/skip \
--header 'Authorization: Bearer <token>'{
"_errors": [
{
"code": "invalid_operation",
"title": "Invalid Operation",
"detail": "Task has status \"completed\" and cannot be skipped"
}
],
"object": "error"
}Was this page helpful?