Update Page
Updates an existing page.
Authentication
x-api-keystring
API key authentication. Accepts either:
- App API key (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ)
- Site API key (UUID format, e.g. 550e8400-e29b-41d4-a716-446655440000)
Path parameters
pageIdOrPathname
The page ID or pathname for the page you are updating.
Query parameters
siteId
The site ID required when using a pathname instead of a page ID.
Request
This endpoint expects an object.
pathname
The page pathname.
name
The page name.
isOnline
The flag that indicates whether the page is online.
Response
object
Allowed values:
id
The ID of the page.
pathname
The page pathname.
canonicalUrl
The canonical URL of the page.
title
The page title.
description
The page description.
sitemapPriority
The sitemap priority.
sitemapFrequency
The sitemap update frequency.
createdAt
The page creation date and time.
updatedAt
The page last update date and time.
publishedAt
The page publication date and time.
isOnline
The flag that indicates whether the page is online.
excludedFromSearchEngines
The flag that indicates whether the page is excluded from search.
localizations
The localizations of the page.
locale
The page locale. This defaults to the default locale of the parent site.