Rotate a chain
POST/v1/chain/rotate
Rotate a chain
Request
- application/json
Body
RotateRequest
rotateToAddress string
The address of the new committee or empty to cancel attempt to rotate
Responses
- 200
- 401
Chain rotation was requested
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "error",
"missingPermission": "missingPermission"
}
Loading...