---
title: "Update Template Sharing"
method: POST
path: "/studio/templates/{templateId}/share"
tags: ["Template Sharing"]
---

# Update Template Sharing

`POST /studio/templates/{templateId}/share`

Enable or disable public sharing and duplication for a studio template

## Path parameters

- `templateId` integer, required

## Request body

- object
  - `enabled` boolean — Turn public sharing on or off
  - `allow_duplication` boolean — Let visitors save a copy of the template to their own workspace. Requires a paid plan. Off by default.

## 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/revisions/532754e07934/schema)
