Athena
Public routes

Create a public route alias

POST
/admin/public-routes

Header Parameters

X-Athena-Key*string

Request Body

application/json

route_key*string
client_name*string
allowed_ops*array<>

Response Body

application/json

curl -X POST "https://athena-cluster.com/admin/public-routes" \  -H "X-Athena-Key: string" \  -H "Content-Type: application/json" \  -d '{    "route_key": "string",    "client_name": "string",    "allowed_ops": [      "string"    ]  }'
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}