POST
/
api
/
v1
/
quick-help
/
sessions
/
{session_id}
/
end
End Quick Help Session
curl --request POST \
  --url https://api.jobsim.work/api/v1/quick-help/sessions/{session_id}/end \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "failure_reason": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

session_id
string
required

Body

application/json
failure_reason
string | null

Response

Successful Response