---
title: "Update Site"
method: POST
path: "/sites/multiscreen/update/{site_name}"
---

# Update Site

`POST /sites/multiscreen/update/{site_name}`

Update properties of an existing Site.

## Path parameters

- `site_name` string, required

## Request body

- object
  - `additionalLanguages` string[]
  - `default_domain_prefix` string — Must be between 4-44 characters long.
  - `external_uid` string
  - `fav_icon` string
  - `force_https` boolean
  - `google_tracking_id` string
  - `googletagmanager_container_id` string[] — Max of three IDs.
  - `labels` object[]
    - `name` string
  - `lang` string
  - `schemas` object
    - `local_business` object
      - `enabled` boolean
  - `site_alternate_domains` object
    - `domains` string[] — Array of valid domain names. (Max 10)
    - `is_redirect` boolean — Should these domains redirect to the main site domain
  - `site_domain` string
  - `site_seo` object
    - `description` string
    - `og_image` string — Fully quantified path to an image to be used in open graph
    - `title` string
    - `no_index` boolean
  - `xframe_options` object
    - `return_xframe_headers` boolean — When true, the site sends X-Frame-Options / frame-ancestors style restrictions.
    - `allowed_domains` string[] — Allowlisted parent origins when return_xframe_headers is true (typically insertion-ordered set).

## Response `204`

204

## Other responses

- `400` — 400

---

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