---
title: "Update a specific website popup"
method: PUT
path: "/brands/{brand_id}/website-popups/{id}"
tags: ["Website Popups"]
---

# Update a specific website popup

`PUT /brands/{brand_id}/website-popups/{id}`

## Path parameters

- `brand_id` integer, required
- `id` integer, required

## Request body

- WebsitePopupUpsertRequest — Request body for creating or updating a website popup.

## Response `200`

Website popup updated successfully.

- WebsitePopup
  - `website_popup_id` integer, nullable
  - `_brand_id` integer, nullable
  - `name` string, nullable
  - `active` union
    - integer
    - boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/slicktext/apis/slicktext-api-new-platform.md) · [All operations](https://skmtc.dev/slicktext/apis/slicktext-api-new-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slicktext/slicktext-api-new-platform/revisions/6f6c30f01b42/schema)
