OpenAPI specification: https://pr-6-df95adf6d023.thally.app/openapi/cinderlane.yaml
Endpoints
restoreRouteDeliveryPolicy
Restore an earlier policy as a new immutable revision
POST
https://api.cinderlane.dev/v1/routes/{routeId}/policy/restoreServers
https://api.cinderlane.dev
Parameters
Path parameters
routeIdpathstringrequiredRequest body
application/jsonRequired
revisionIdbodystringrequiredResponses
Restored delivery policy with a new revision identifier
No response body.
RequestcURL
curl --request POST \
--url 'https://api.cinderlane.dev/v1/routes//policy/restore'
--data '{
"revisionId": ""
}'Response
Send a request to preview the response.
Was this page helpful?