UpdateAutoTopupResponse
statusboolean
Whether the request succeeded.
messagestring
Human-readable description of the result.
Example:
This endpoint is not available via API key. Please use the Hyperstack dashboard.auto_topup object
Auto top-up configuration after the update.
idinteger
Unique numeric identifier.
statusstring
Current lifecycle state of the resource.
threshold_amountnumber
Account balance at or below which an automatic top-up is triggered.
topup_amountnumber
Amount added to the account balance when an automatic top-up is triggered.
updated_atstring
ISO 8601 UTC timestamp marking when the resource was last modified.
jsonUpdateAutoTopupResponse
{
"status": true,
"message": "This endpoint is not available via API key. Please use the Hyperstack dashboard.",
"auto_topup": {
"id": 0,
"status": "string",
"threshold_amount": 0,
"topup_amount": 0,
"updated_at": "string"
}
}
Was this page helpful?