v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Admin Center

Update billing configuration

Update billing configuration. Includes request parameters, authorization expectations, and response details.

put/admin-center/billing/configuration

Request body

billing_namestring nullable
billing_emailstring email nullable
contact_numberstring nullable
billing_addressstring nullable
citystring nullable
statestring nullable
countrystring nullable
postal_codestring nullable

Response

Configuration updated

doneboolean required

Indicates if the operation was successful

{"stackTrail":"components:schemas:ServerResponse:properties:body","oasType":"schema","type":"unknown","description":"Response data (type varies by endpoint, null if no data)","nullable":true}
titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "message": "Operation completed successfully"
}