Autional Autional
API Reference GitHub autional.com →

PUT /admin/billing/usage-stats/{tenant_id}/{plan_id}

Manually correct usage statistics for a specified tenant (for abnormal data correction)

Billing Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
tenant_id path string Yes Tenant ID
id path string Yes Usage statistics record ID

Request Body

Accepts an empty JSON object {}

Responses

StatusDescriptionSchema
200Usage statistics update successfulobject
400Invalid request parametersobject
401Unauthorizedobject
403No permissionobject
500Internal server errorobject