notory_request
Call any Notory REST API endpoint with any HTTP method. For writes, use a token with write scope; list endpoints first to discover paths and payloads.
Instructions
Call any Notory endpoint with any HTTP method (GET/POST/PUT/PATCH/DELETE). Writes require a token with the 'write' scope. Use notory_list_endpoints first to find the right path and payload shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for POST/PUT/PATCH | |
| path | Yes | Path starting with '/', e.g. /api/v1/assets | |
| query | No | ||
| method | Yes |