Method: accounts.patch
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
עדכון החשבון העסקי שצוין. לא ניתן לעדכן חשבונות אישיים בשיטה הזו.
בקשת HTTP
PATCH https://mybusinessaccountmanagement.googleapis.com/v1/{account.name=accounts/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת gRPC.
פרמטרים של נתיב
פרמטרים |
account.name |
string
לא משתנה. שם המשאב, בפורמט accounts/{account_id} .
|
פרמטרים של שאילתה
פרמטרים |
updateMask |
string (FieldMask format)
חובה. השדות הספציפיים שצריך לעדכן. השדה היחיד שאפשר לערוך הוא accountName . זוהי רשימה של שמות שדות מלאים, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"
|
validateOnly |
boolean
אפשרות. אם הערך הוא True, הבקשה מאומתת בלי לעדכן את החשבון בפועל.
|
גוף הבקשה
גוף הבקשה מכיל מופע של Account
.
גוף התגובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע של Account
.
היקפי הרשאות
נדרש היקף OAuth הבא:
https://www.googleapis.com/auth/business.manage
למידע נוסף, עיין בסקירה הכללית על OAuth 2.0.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון 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 document details the process for updating a specified business account using the `PATCH` method with the provided URL, specifically targeting the `accountName` field."],["The request necessitates specific path and query parameters, including `account.name` for account identification and `updateMask` to specify the fields for modification."],["It requires the use of an `Account` object in both the request and response bodies, along with authorization using the `https://www.googleapis.com/auth/business.manage` scope."],["This method is applicable to business accounts only; personal accounts cannot be updated using this approach, and a validation-only mode can be enabled by setting the `validateOnly` query parameter."]]],[]]