Skip to main content
PATCH
Update a landing page

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Landing page identifier.

Body

application/json
title
string

Human-readable page title.

Maximum string length: 200
content
any

Builder block list (page structure). Validated in depth by the service.

campaign_id
string

Campaign to attribute visits/conversions to. Pass null to clear.

Maximum string length: 128
status
enum<string>

Move the page between draft and archived.

Available options:
draft,
archived

Response

200

Landing page updated