---
title: "PATCH /v3/blogs/{blogId}/pages/{pageId}"
method: PATCH
path: "/v3/blogs/{blogId}/pages/{pageId}"
tags: ["pages"]
---

# PATCH /v3/blogs/{blogId}/pages/{pageId}

`PATCH /v3/blogs/{blogId}/pages/{pageId}`

Patches a page.

## Path parameters

- `blogId` string, required
- `pageId` string, required

## Query parameters

- `publish` boolean
- `revert` boolean

## Request body

- Page
  - `selfLink` string — The API REST URL to fetch this resource from.
  - `published` string — RFC 3339 date-time when this Page was published.
  - `author` object — The author of this Page.
    - `url` string — The URL of the creator's Profile page.
    - `id` string — The identifier of the creator.
    - `displayName` string — The display name.
    - `image` object — The creator's avatar.
      - `url` string — The creator's avatar URL.
  - `kind` string — The kind of this entity. Always blogger#page.
  - `trashed` string — RFC 3339 date-time when this Page was trashed.
  - `id` string — The identifier for this resource.
  - `status` 'LIVE' | 'DRAFT' | 'SOFT_TRASHED' — The status of the page for admin resources (either LIVE or DRAFT).
  - `blog` object — Data about the blog containing this Page.
    - `id` string — The identifier of the blog containing this page.
  - `updated` string — RFC 3339 date-time when this Page was last updated.
  - `title` string — The title of this entity. This is the name displayed in the Admin user interface.
  - `etag` string — Etag of the resource.
  - `content` string — The body content of this Page, in HTML.
  - `url` string — The URL that this Page is displayed at.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/blogger.md) · [All operations](https://skmtc.net/google/apis/blogger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/blogger/revisions/65cc82d5d69f/schema)
