estimates_estimate_templates_update
Update an existing estimate template by specifying its ID and optional fields like name, items, or summary. Use this to modify template properties and item details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID | |
| name | No | Estimate template name | |
| internalName | No | Internal estimate template name | |
| summary | No | Template summary. For PATCH, omit or null to leave unchanged. | |
| mode | No | Estimate template mode | |
| active | No | Whether the template is active | |
| businessUnitId | No | Business unit ID. For PATCH, omit or null to leave unchanged. | |
| items | No | Template items. For PATCH, providing this list replaces all existing items; omit to preserve. | |
| _confirmed | No | Set to true to confirm this write operation |