patch https://{domain}.uspacy.ua/tasks/v1/tasks/
Edit task by id
Log in to see full request history
Responses
401Access token is missing or invalid
Edit task by id
401Access token is missing or invalid
xxxxxxxxxx
11curl --request PATCH \
--url https://domain.uspacy.ua/tasks/v1/tasks/taskId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"scheduler": {
"period": "day"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: