update_advanced_report
Modify existing advanced reports in SD Elements by updating specific fields like title, description, query, or chart configuration to maintain accurate security development lifecycle documentation.
Instructions
Update an existing advanced report. Provide only the fields you want to update. The query and chart_meta parameters can be JSON strings or objects.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes | ID of the report to update | |
| title | No | New title | |
| chart | No | Chart type | |
| query | No | Cube query (JSON string or object) | |
| description | No | New description | |
| chart_meta | No | Chart metadata (JSON string or object) | |
| type | No | Report type |