Update report or dashboard
update_reportUpdate a report — only include the fields you want to change
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Report ID (from list_reports) | |
| name | No | Report name | |
| password | No | Password | |
| theme_id | No | Theme ID (use list_themes to find one) | |
| description | No | Report description | |
| pdf_enabled | No | Enable PDF download | |
| show_cover_page | No | Show cover page | |
| cover_page_title | No | Cover heading, overriding the theme's. Null clears the override and inherits the theme again. | |
| password_enabled | No | Enable password protection | |
| cover_page_subtitle | No | Cover subheading, overriding the theme's. Null clears the override and inherits the theme again. | |
| thank_you_page_title | No | Thank-you heading, overriding the theme's. Null clears the override and inherits the theme again. | |
| cover_page_pattern_id | No | Generated artwork for the cover, overriding the theme's. Null clears the override and inherits the theme again. | |
| show_table_of_contents | No | Show table of contents | |
| thank_you_page_subtitle | No | Thank-you message, overriding the theme's. Null clears the override and inherits the theme again. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The report as saved, with every field after the update applied. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |