Skip to main content
POST
/
v1beta
/
tasks
/
{id}
/
complete-manual-session
Complete manual session
curl --request POST \
  --url https://api.example.com/v1beta/tasks/{id}/complete-manual-session \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>

Path Parameters

id
string<uuid>
required

The ID of the task to perform manually.

Response

Successful response