Method: locations.patch
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-12-01 (שעון 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"]],["עדכון אחרון: 2023-12-01 (שעון 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"]]