v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Update Page

Getting a page via App Store APIs

put/site/{site_name}/v2/pages/{page_uuid}

Path parameters

site_namestring required
page_uuidstring required

UUID of the page you want to update

Headers

x-duda-access-tokenstring

The specific access token to access this site API.

authorizationstring

Your App Account's username and password, base64'd.

Response

200

header_htmlstring
pathstring
titlestring
uuidstring

Example response

{
  "header_html": "<script>console.log('woo')</script>",
  "path": "about/abab",
  "seo": {
    "og_image": "https://example.org/path/to/image.png",
    "title": "About Page"
  },
  "title": "ABOUT",
  "uuid": "string"
}