AurionAI Docs

Seed Auto Topup

Seed auto top-up settings for a tenant (#1029).

POST
/api/v1/test/seed/{tenant_id}/auto-topup

Seed auto top-up settings for a tenant (#1029).

Path Parameters

tenant_id*Tenant Id
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/test/seed/497f6eca-6276-4993-bfeb-53cbbbba6f08/auto-topup" \  -H "Content-Type: application/json" \  -d '{}'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}