---
title: "PUT /webResource/{id}"
method: PUT
path: "/webResource/{id}"
tags: ["webResource"]
---

# PUT /webResource/{id}

`PUT /webResource/{id}`

Modify the list of owners for your website or domain.

## Path parameters

- `id` string, required

## Request body

- SiteVerificationWebResourceResource
  - `id` string — The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
  - `owners` string[] — The email addresses of all verified owners.
  - `site` object — The address and type of a site that is verified or will be verified.
    - `identifier` string — The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
    - `type` string — The site type. Can be SITE or INET_DOMAIN (domain name).

## Response `200`

Successful response

---

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