Skip to main content
POST
/
api
/
v1
/
tasks
/
{task_id}
/
extend-review
Extend Review
curl --request POST \
  --url https://api.example.com/api/v1/tasks/{task_id}/extend-review \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

Successful Response