Method: locations.patch
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-26 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2024-10-26 UTC."],[[["This documentation outlines how to update a specified location using a `PATCH` request to the Google My Business Business Information API."],["The request requires specifying the location's name as a path parameter and utilizes query parameters like `updateMask` for field-specific updates and `validateOnly` for request validation."],["The request body should contain a `Location` object with the desired updates, and a successful response will return the updated `Location` object."],["Authorization for this operation necessitates the `https://www.googleapis.com/auth/business.manage` OAuth scope."]]],["This documentation details updating a location using a PATCH request to `https://mybusinessbusinessinformation.googleapis.com/v1/{location.name=locations/*}`. The `location.name` path parameter specifies the location to update. `updateMask` and `validateOnly` are query parameters to define fields to update and request validation. The request and response bodies use the `Location` instance. The authorization scope `https://www.googleapis.com/auth/business.manage` is required. This process involves updating specified fields of a location resource.\n"]]