[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Me falta la información que necesito","missingTheInformationINeed","thumb-down"],["Es demasiado complicado o hay demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Está obsoleto","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema de muestras o código","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-02-17 (UTC)."],[[["The Indexing API's `urlNotifications.publish` endpoint allows you to notify Google about URL updates or deletions."],["Requests are sent as HTTP POST to `https://indexing.googleapis.com/v3/urlNotifications:publish` with a request body containing a `UrlNotification` object."],["Successful responses provide metadata about the notification events received for the URL in the form of a `UrlNotificationMetadata` object."],["Authorization requires the `https://www.googleapis.com/auth/indexing` OAuth scope."]]],["The core content describes a URL notification system using the Google Indexing API. It details a `POST` request to `https://indexing.googleapis.com/v3/urlNotifications:publish` to notify about URL updates or deletions. The request body utilizes `UrlNotification`, and a successful response contains `urlNotificationMetadata`. Authorization requires the `https://www.googleapis.com/auth/indexing` OAuth scope. The API provides a feature to try out directly and conforms to the google API HTTP annotation.\n"]]