update_parameter_advanced
Toggle boolean flags on a report parameter: multi_value, hidden, allow_null, and allow_blank. Each flag is optional; no flags make it a no-op.
Instructions
Toggle the four boolean flags on a report parameter: multi_value, hidden, allow_null (writes ), allow_blank. Each is independently optional. With no flags passed it's a no-op. Cascading parameters are NOT a flag — use set_parameter_available_values(source='query') + add_query_parameter on the lookup dataset to wire a dependency on another parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| hidden | No | ||
| allow_null | No | ||
| allow_blank | No | ||
| multi_value | No |