Websites - Protected
Protected Save All Pages
Save blocks for multiple pages at once.
Request body: { "pages": [ {"page_id": 1, "blocks": [...]}, {"page_id": 2, "blocks": [...]}, ... ] }
Returns: { "success": true, "saved_count": 5, "saved_pages": [1, 2, 3, 4, 5], "errors": null }
post/api/websites/{website_id}/pages/save-all
Path parameters
website_idinteger required
Headers
x-api-tokenstring nullable
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/api/websites/{website_id}/pages/save-all:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.