Methode: urlNotifications.publish

Informiert darüber, dass eine URL aktualisiert oder gelöscht wurde.

HTTP-Anfrage

POST https://indexing.googleapis.com/v3/urlNotifications:publish

Für die URL wird die Syntax von Google API-HTTP-Annotationen verwendet.

Anfragetext

Der Anfragetext enthält eine Instanz von UrlNotification.

Antworttext

Wenn die Anfrage erfolgreich ist, enthält der Antwort-Body Daten mit der folgenden Struktur:

Ausgabe für urlNotifications.publish

JSON-Darstellung

{
  "urlNotificationMetadata": {
    object(UrlNotificationMetadata)
  }
}
Felder
urlNotificationMetadata

object(UrlNotificationMetadata)

Beschreibung der für diese URL empfangenen Benachrichtigungsereignisse

Autorisierungsbereiche

Erfordert den folgenden OAuth-Bereich:

  • https://www.googleapis.com/auth/indexing

Jetzt ausprobieren