v1

latestOpenAPI 3.0.22026-07-17191121.5 KB
admins

Configures static routes for the node. These will override routes received by CCP broadcast from other nodes.

put/routes/static

Headers

authorizationstring required

Bearer token with the administrator's authorization

Request body

Routes required

Example request

{
  "example.op1.alice": "alice",
  "example.op1": "op1"
}

Response

Returns the created static routes

Routes required

Example response

{
  "example.op1.alice": "alice",
  "example.op1": "op1"
}