set_parameter_type
Change a report parameter's data type to Boolean, DateTime, Integer, Float, or String. Rejects if existing literal defaults are incompatible; fix defaults first and retry.
Instructions
Set on a ReportParameter. type ∈ {Boolean, DateTime, Integer, Float, String}. Rejects with ValueError if any existing literal default value would be incompatible with the new type — fix defaults first via set_parameter_default_values, then retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| type | Yes |