Cinderlane
CinderlaneDocs
Create a route

OpenAPI specification: https://pr-6-df95adf6d023.thally.app/openapi/cinderlane.yaml

Endpoints

applyRouteDeliveryPolicyProposal

Apply a pending proposal as a new immutable policy revision

POSThttps://api.cinderlane.dev/v1/routes/{routeId}/policy/proposals/{proposalId}/apply

Servers

https://api.cinderlane.dev

Parameters

Path parameters

routeIdpathstringrequired
proposalIdpathstringrequired

Responses

Applied proposal and active policy revision

No response body.

RequestcURL
curl --request POST \
  --url 'https://api.cinderlane.dev/v1/routes//policy/proposals//apply'
Response

Send a request to preview the response.

Was this page helpful?