postCallDry
Dry-run an RPC call to infer and store input/output types without modifying the database.
Instructions
Dry-run an RPC call to infer and store input/output types. Dry-runs do not modify the database. Run this before requesting TypeScript types from /api/v4/interfaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonrpc | Yes | The version number of the JSON-RPC protocol. Must be exactly "2.0". | |
| id | No | Client-supplied request id. If present, must be a string. | |
| method | Yes | Name of the RPC method to call. | |
| params | No | Parameters for the method. For SELECT methods, only one parameter set is allowed. |