---
title: "POST /v3/urlNotifications:publish"
method: POST
path: "/v3/urlNotifications:publish"
tags: ["urlNotifications"]
---

# POST /v3/urlNotifications:publish

`POST /v3/urlNotifications:publish`

Notifies that a URL has been updated or deleted.

## Request body

- UrlNotification — `UrlNotification` is the resource used in all Indexing API calls. It describes one event in the life cycle of a Web Document.
  - `notifyTime` string, google-datetime — Creation timestamp for this notification. Users should _not_ specify it, the field is ignored at the request time.
  - `url` string — The object of this notification. The URL must be owned by the publisher of this notification and, in case of `URL_UPDATED` notifications, it _must_ be crawlable by Google.
  - `type` 'URL_NOTIFICATION_TYPE_UNSPECIFIED' | 'URL_UPDATED' | 'URL_DELETED' — The URL life cycle event that Google is being notified about.

## Response `200`

Successful response

---

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