Chains

patch

Forcefully set the bootstrapped flag of the node

Path parameters
chain_idstringRequired

A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.

Body
bootstrappedbooleanRequired
Responses
200Success
application/json
patch
PATCH /chains/{chain_id} HTTP/1.1
Host: xtz.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "bootstrapped": true
}

No content