Skip to main content
GET
/
tenant
/
{tenantId}
/
admin
/
blockchain
/
{blockchainId}
/
update
/
gas-station-defaults
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "blockchainId": 123,
    "minimumGasBalance": 123,
    "maxGasBalance": 123,
    "refillAmount": 123,
    "maxRefillAmount": 123
  }
}

Path Parameters

tenantId
integer
required
blockchainId
integer
required

Query Parameters

api-version
string

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object