update_design
Patch an existing SendGrid Design Library design by updating its name, subject, HTML content, plain text, editor type, or categories.
Instructions
Mutating: patch an existing SendGrid Design Library design
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated design name | |
| editor | No | Editor type supported by SendGrid | |
| subject | No | Updated email subject | |
| design_id | Yes | ID of the design to update | |
| categories | No | Updated categories | |
| html_content | No | Updated design HTML content | |
| plain_content | No | Updated plain text content | |
| generate_plain_content | No | Whether SendGrid should generate plain text from HTML |