patchRpc
Update an existing JSON-RPC method's definition by modifying its SQL query, type hints, and output format.
Instructions
Update existing JSON-RPC method definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Name of the method to create. | |
| q | Yes | SQL statement. Allowed: SELECT, INSERT, UPDATE, DELETE, MERGE. | |
| type_hints | No | Type hints for JSON-encoded parameters that are not JSON in the database. | |
| type_formats | No | Formatting rules for typed parameters, e.g. date formats. | |
| output_format | No | Output format for the result. | json |
| srs | No | EPSG code for the spatial reference system used for geometry output. |