Skip to content

DEVDOCS-6456 - add page limit to pages v3 API spec #1024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion reference/pages.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ paths:
operationId: createPages
tags:
- Pages (Bulk)
description: Creates one or more content pages. This endpoint supports bulk operations.
description: |-
Creates one or more content pages. This endpoint supports bulk operations.

Web pages created via this endpoint are subject to the 4000 web page platform limit. Attempting to create pages over the limit will return an error. For more information on platform limits, see [Platform Limits (Help Center)](https://support.bigcommerce.com/s/article/Platform-Limits).
requestBody:
content:
application/json:
Expand Down