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

# Update Template Modifications

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

Update text and image content in template layers

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

## Path parameters

- `templateId` string, required

## Query parameters

- `includeThumbnails` boolean

## Request body

- object
  - `data` unknown[], required — Array of page modification objects
    - unknown
  - `embed_user_id` string — Assign or update the template's embed user. Accepts either an external user ID (resolved using your workspace's embed configuration) or an Orshot internal ID (prefixed with `eui_`).

## 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)
