Request to update default gas station thresholds for a blockchain network.
Identifier of the blockchain to apply the defaults to.
42
Minimum balance that triggers a refill operation.
0.25
Maximum balance allowed after a refill.
10
Default amount of gas to add during a refill.
2.5
Maximum amount of gas that can be added in a single refill.
5
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{ "success": true }