---
title: "Update Magic Embed settings"
method: PUT
path: "/projects/{project_id}/integrations/client_side"
tags: ["Magic Embed"]
---

# Update Magic Embed settings

`PUT /projects/{project_id}/integrations/client_side`

Enable or update Magic Embed for a project. Set `enabled` and `allowed_domains` to control where the Magic Embed script can ingest content.

## Request body

- RequestBodyClientSideIntegrationUpdate
  - `enabled` boolean
  - `allowed_domains` string[]

## Response `200`

successful

- ClientSideIntegrationModel
  - `enabled` boolean — Whether or not the client side integration should be enabled. Disabled by default.
  - `allowed_domains` string[] — The list of domains from which to import content into the BeyondWords platform.
  - `created` string, date-time — Time at which the object was created (ISO 8601)
  - `updated` string, date-time — Time at which the object was updated (ISO 8601)

---

[API](https://skmtc.dev/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.dev/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/revisions/8c4bfe3e2ebd/schema)
