---
title: "Update a Template"
method: PUT
path: "/invoice_estimate/proposal_template/{template_uid}"
---

# Update a Template

`PUT /invoice_estimate/proposal_template/{template_uid}`

## Path parameters

- `template_uid` string, required

## Request body

- object
  - `proposal_template` object
    - `template_name` string
    - `template_description` string
    - `proposal_options` unknown[]
      - unknown

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` string

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
