Ask a question to get started
Enter to send•Shift+Enter new line
Path-specific security overrides.
Keys are path templates (e.g., "/items/{item_id}"), mapping to:
security
paths: dict[str, dict[str, list[dict[str, list[str]]]]]
Example:
{ "/private_data": { "GET": [{"OAuth2": ["read"]}], "POST": [{"OAuth2": ["write"]}] } }