update_css_template
Update an existing CSS template by providing its ID, new name, and CSS stylesheet. Use dry run to preview changes before applying.
Instructions
Update an existing CSS template.
Args: template_id: The CSS template ID to update. template_name: New name for the template. css: New CSS stylesheet text. dry_run: If True, preview the action without executing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | ||
| template_name | No | ||
| css | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |