Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Task type
Response
200 - application/json
successful operation
curl --request PUT \
--url https://dev.startree.ai/tasks/{taskType}/resume \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
curl --request PUT \
--url https://dev.startree.ai/tasks/{taskType}/resume \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
The format of the key is "Basic <token>" or "Bearer <token>"
Task type
successful operation
Was this page helpful?