---
title: "Update Template"
method: PATCH
path: "/studio/templates/{templateId}/update"
tags: ["Enterprise"]
---

# Update Template

`PATCH /studio/templates/{templateId}/update`

Update template name and description

Available only to Enterprise-plan workspaces and first-party clients.

## Path parameters

- `templateId` string, required

## Query parameters

- `includeThumbnails` boolean

## Request body

- object
  - `name` string — New name for the template (max 255 characters)
  - `description` string — New description for the template
  - `tags` unknown[] — Array of tag strings to categorize the template (e.g. `["social", "marketing"]`)
    - unknown
  - `canvas_width` integer — New canvas width in pixels
  - `canvas_height` integer — New canvas height in pixels
  - `pages_data` unknown[] — Full array of page objects with elements (replaces existing pages)
    - unknown

## Response `200`

Successful response

- object

## Other responses

- `401` — Missing or invalid authentication
- `429` — Rate limit exceeded — see the Retry-After header

---

[API](https://skmtc.net/orshot/apis/orshot-api.md) · [All operations](https://skmtc.net/orshot/apis/orshot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orshot/orshot-api/versions/48bd8562606c/schema)
