---
title: "Update paywall screens"
method: PUT
path: "/paywalls/screens"
---

# Update paywall screens

`PUT /paywalls/screens`

Update the screens configuration for a specific paywall

## Headers

- `api_key` string, required — Your API key for authentication

## Request body

- object
  - `paywall_id` integer, required — The ID of the paywall to update
  - `screens` string, required — JSON string containing the paywall screens configuration

## Response `200`

Paywall screens updated successfully

- object
  - `success` integer

## Other responses

- `422` — Validation error

---

[API](https://skmtc.net/web2wave/apis/web2wave-api.md) · [All operations](https://skmtc.net/web2wave/apis/web2wave-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/web2wave/web2wave-api/revisions/c88545119271/schema)
