FruxonDocs
ApiAsync operations

Resolves a pending external-callback operation with a result payload.

The request body is the result JSON handed verbatim to the waiting agent. Idempotent: a duplicate delivery for an already-resolved op returns 204 (safe for at-least-once transports).

POST
/v1/tenants/{tenant}/asyncOperations/{asyncOperation}:resolve
AuthorizationBearer <token>

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

In: header

Path Parameters

asyncOperation*string

The operation id (the callback token the tool issued).

Formatuuid
tenant*string

The tenant identifier

The resolution payload.

result*unknown

Arbitrary JSON result handed verbatim to the waiting agent.

[key: string]?never

Response Body

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