Athena
Public routesRoute_key

Update a public route alias

PATCH
/admin/public-routes/{route_key}

Path Parameters

route_key*string

Header Parameters

X-Athena-Key*string

Request Body

application/json

Response Body

application/json

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