OpenAPI specification: https://pr-6-df95adf6d023.thally.app/openapi/cinderlane.yaml
Endpoints
updateRouteDeliveryPolicy
Replace redirect or proxy delivery behavior and its edge cache TTL
PUT
https://api.cinderlane.dev/v1/routes/{routeId}/policyServers
https://api.cinderlane.dev
Parameters
Path parameters
routeIdpathstringrequiredRequest body
application/jsonRequired
modebodystringrequiredAllowed: redirect, proxy
cacheTtlSecondsbodyintegerrequiredResponses
Updated delivery policy and update time
No response body.
RequestcURL
curl --request PUT \
--url 'https://api.cinderlane.dev/v1/routes//policy'
--data '{
"mode": "redirect",
"cacheTtlSeconds": 0
}'Response
Send a request to preview the response.
Was this page helpful?