Sets the chain record.
POST/v1/chains/:chainID/chainrecord
Sets the chain record.
Request
Path Parameters
chainID stringrequired
ChainID (Bech32)
- application/json
Body
required
Chain Record
accessNodes string[]required
isActive booleanrequired
Responses
- 201
- 401
Chain record was saved
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...