npm_raw_request
Send any authenticated request to the Nginx Proxy Manager API with custom path, method, query, and body. Use for operations not covered by standard tools.
Instructions
Escape hatch: send any authenticated request to the NPM API. Use path like "/api/nginx/proxy-hosts". Method is upper-case. Optional query (object) and body (object) are JSON-encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | Full API path starting with /api/... | |
| query | No | ||
| method | Yes |