---
title: "PUT /v1alpha1/{+name}"
method: PUT
path: "/v1alpha1/{+name}"
tags: ["pages"]
---

# PUT /v1alpha1/{+name}

`PUT /v1alpha1/{+name}`

Update for all `ClaimReview` markup on a page Note that this is a full update. To retain the existing `ClaimReview` markup on a page, first perform a Get operation, then modify the returned markup, and finally call Update with the entire `ClaimReview` markup as the body.

## Path parameters

- `name` string, required

## Request body

- GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage — Holds one or more instances of `ClaimReview` markup for a webpage.
  - `name` string — The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user.
  - `claimReviewAuthor` GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor — Information about the claim review author.
    - `name` string — Name of the organization that is publishing the fact check. Corresponds to `ClaimReview.author.name`.
    - `imageUrl` string — Corresponds to `ClaimReview.author.image`.
  - `versionId` string — The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.
  - `claimReviewMarkups` GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup[] — A list of individual claim reviews for this page. Each item in the list corresponds to one `ClaimReview` element.
    - `url` string — This field is optional, and will default to the page URL. We provide this field to allow you the override the default value, but the only permitted override is the page URL plus an optional anchor link ("page jump"). Corresponds to `ClaimReview.url`
    - `claimLocation` string — The location where this claim was made. Corresponds to `ClaimReview.itemReviewed.name`.
    - `rating` GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating — Information about the claim rating.
      - `textualRating` string — The truthfulness rating as a human-readible short word or phrase. Corresponds to `ClaimReview.reviewRating.alternateName`.
      - `imageUrl` string — Corresponds to `ClaimReview.reviewRating.image`.
      - `worstRating` integer — For numeric ratings, the worst value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.worstRating`.
      - `ratingExplanation` string — Corresponds to `ClaimReview.reviewRating.ratingExplanation`.
      - `bestRating` integer — For numeric ratings, the best value possible in the scale from worst to best. Corresponds to `ClaimReview.reviewRating.bestRating`.
      - `ratingValue` integer — A numeric rating of this claim, in the range worstRating — bestRating inclusive. Corresponds to `ClaimReview.reviewRating.ratingValue`.
    - `claimAuthor` GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor — Information about the claim author.
      - `jobTitle` string — Corresponds to `ClaimReview.itemReviewed.author.jobTitle`.
      - `name` string — A person or organization stating the claim. For instance, "John Doe". Corresponds to `ClaimReview.itemReviewed.author.name`.
      - `imageUrl` string — Corresponds to `ClaimReview.itemReviewed.author.image`.
      - `sameAs` string — Corresponds to `ClaimReview.itemReviewed.author.sameAs`.
    - `claimReviewed` string — A short summary of the claim being evaluated. Corresponds to `ClaimReview.claimReviewed`.
    - `claimDate` string — The date when the claim was made or entered public discourse. Corresponds to `ClaimReview.itemReviewed.datePublished`.
    - `claimFirstAppearance` string — A link to a work in which this claim first appears. Corresponds to `ClaimReview.itemReviewed[@type=Claim].firstAppearance.url`.
    - `claimAppearances` string[] — A list of links to works in which this claim appears, aside from the one specified in `claim_first_appearance`. Corresponds to `ClaimReview.itemReviewed[@type=Claim].appearance.url`.
  - `pageUrl` string — The URL of the page associated with this `ClaimReview` markup. While every individual `ClaimReview` has its own URL field, semantically this is a page-level field, and each `ClaimReview` on this page will use this value unless individually overridden. Corresponds to `ClaimReview.url`
  - `publishDate` string — The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and each `ClaimReview` on this page will contain the same value. Corresponds to `ClaimReview.datePublished`

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/factchecktools.md) · [All operations](https://skmtc.dev/google/apis/factchecktools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/factchecktools/revisions/ab47e8f4f766/schema)
