OpenAPI specification: https://pr-6-df95adf6d023.thally.app/openapi/cinderlane.yaml
Endpoints
createRouteDeliveryPolicyProposal
Propose redirect or proxy delivery behavior without activating it
POST
https://api.cinderlane.dev/v1/routes/{routeId}/policy/proposalsServers
https://api.cinderlane.dev
Parameters
Path parameters
routeIdpathstringrequiredRequest body
application/jsonRequired
modebodystringrequiredAllowed: redirect, proxy
cacheTtlSecondsbodyintegerrequiredResponses
Pending delivery policy proposal
No response body.
RequestcURL
curl --request POST \
--url 'https://api.cinderlane.dev/v1/routes//policy/proposals'
--data '{
"mode": "redirect",
"cacheTtlSeconds": 0
}'Response
Send a request to preview the response.
Was this page helpful?