InDocumentation Index
Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt
Use this file to discover all available pages before exploring further.
managed_endpoint mode, only explicitly registered endpoints are accessible. Requests to unregistered paths return 404.
Create an Endpoint
Fields
| Field | Required | Description |
|---|---|---|
method | Yes | HTTP method: GET, POST, PUT, PATCH, DELETE, * (any) |
path | Yes | Path relative to the version’s gateway_path |
backend_path | No | Overrides the upstream path. Defaults to path if omitted |
policy_override | No | Endpoint-level policy that overrides the revision’s policy |
Policy Override
Each endpoint can override any part of the revision’s policy:List Endpoints
Disable an Endpoint
404 to clients.
Wildcard Method
Use"method": "*" to match any HTTP method on a path: