POST
/
v1
/
teams
/
{team_id}
/
tickets
/
{ticket_id}
/
copilot
/
resolve
Request Copilot Resolution
curl --request POST \
  --url https://public.api.serval.com/v1/teams/{team_id}/tickets/{ticket_id}/copilot/resolve \
  --header 'Authorization: Bearer <token>'
{
  "copilotThread": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

The ID of the Serval team.

ticket_id
string
required

The ID of the Serval ticket.

Response

200
application/json

Success

The response is of type object.