FruxonDocs
ApiAgent takeovers

Resolves the takeover's ticket and hands back to the agent (equivalent to the operator's `/resolve`).

Closes the ticket topic with an optional one-line outcome, then hands the conversation back. Degrades to a plain hand-back when the takeover has no ticket. Idempotent on an already-released takeover.

POST
/v1/tenants/{tenant}/agents/{agent}/takeovers/{takeover}:resolve
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The unique identifier of the agent.

takeover*string

The bridge id of the takeover.

Formatuuid
tenant*string

The tenant identifier

Optional resolution summary.

operatorSummary?string|null

Optional one-line outcome recorded as the ticket's resolution summary.

[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string/takeovers/497f6eca-6276-4993-bfeb-53cbbbba6f08:resolve" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}