call_write
Create or update All Quiet resources by sending POST, PUT, or PATCH requests to any API endpoint, providing method, path, and JSON body.
Instructions
Create or change something through any All Quiet API operation (JSON bodies only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body, see describe_operation | |
| path | Yes | Path template exactly as listed, e.g. /team/{id} | |
| query | No | Query parameters. Lists repeat the key (Statuses=a&Statuses=b) | |
| method | Yes | ||
| path_params | No | Values for {placeholders} in the path |