Documentation Index
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
Patch request for updating an individual API Guardian endpoint. All fields are optional — only provided fields are applied.
Enable or disable this endpoint. Disabled endpoints are not enforced.
Enable or disable request body schema validation. Only effective if the endpoint's OAS operation defines a request body schema.
Enable or disable response body schema validation. Only effective if the endpoint's OAS operation defines response schemas.
Enable or disable enforcement of authentication requirements as defined in the OAS security schemes.
Parameters to run injection detection on, grouped by location (path, query, header, cookie). Must be a subset of the endpoint's available parameters.
Enable XSS detection on the selected injection detection parameters.
Enable SQL injection detection on the selected injection detection parameters.
Enable or disable per-endpoint rate limiting.
0, 1 Maximum number of requests allowed within the timeframe before blocking. Must be greater than zero.
1, 10, 60, 300, 900, 3600 OK