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

Path Parameters

tenantId
integer
required
blockchainId
integer
required

Query Parameters

api-version
string

Body

blockchainId
integer
minimumGasBalance
number
maxGasBalance
number
refillAmount
number
maxRefillAmount
number

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object