Skip to main content
Version: 202201

Update Page

PUT 

/openapi/2022-01/pages/:id

Update the details of an existing page using its unique identifier.

Request

Path Parameters

    id stringrequired

    Page's id

Body

    titlestring

    The title of the page.

    contentstring

    Page content

    urlstring

    The url of the page.

    meta_titlestring

    The SEO title of the page.

    meta_keywordstring

    The SEO keyword of the page.

    meta_descriptionstring

    The SEO description of the page.

    independent_seoboolean

    Decide whether the seo title is edited independently.

Responses

200

Schema
    page object
    idinteger
    Default value: 0
    Example: 15978
    titlestring
    Example: update
    contentstring
    Example:
    statusinteger
    Default value: 0
    Example: 1
    created_atstring
    Example: 1714377411
    updated_atstring
    Example: 1714378399
    urlstring
    Example: /pages/update
    meta_titlestring
    Example: update
    meta_keywordstring
    Example:
    meta_descriptionstring
    Example:
    independent_seoboolean
    Default value: true
    Example: false