Closed
Description
Environment details
- OS: Windows 11
- Node.js version: v18.20.4
- npm version: [email protected]
googleapis
version: 144.0.0
Steps to reproduce
- Over the last couple of weeks the POST https://indexing.googleapis.com/v3/urlNotifications:publish action has started returning the urlNotificationMetadata without the documented latestUpdate property shown at https://developers.google.com/search/apis/indexing-api/v3/reference/indexing/rest/v3/UrlNotificationMetadata breaking existing code. The status of the response is 200 and the statusText 'OK'. So it doesn't appear that the request / authorisation is being rejected best I can see. A preceding call to inspect the indexing status of the URL is working without issue.
Data submitted
data: { type: 'URL_UPDATED', url: 'https://www.theurlwesubmitted.com/path/page.html' },
Response:
{ urlNotificationMetadata: { url: 'https://www.theurlwesubmitted.com/path/page.html' } }
Activity