প্রয়োজন। ক্ষেত্র আপডেট করার আগে লক্ষ্য Configuration ফিল্ড মাস্ক প্রয়োগ করা হয়েছে। ফিল্ড মাস্ক ব্যবহার সম্পর্কে আরও জানতে, প্রোটোকল বাফার ডকুমেন্টেশনে ফিল্ডমাস্ক পড়ুন।
এটি ক্ষেত্রগুলির সম্পূর্ণরূপে যোগ্য নামের একটি কমা দ্বারা পৃথক করা তালিকা৷ উদাহরণ: "user.displayName,photo" ।
[[["সহজে বোঝা যায়","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-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This endpoint updates a configuration's field values using a PATCH request."],["The request URL requires the `configuration.name` as a path parameter in the format `customers/*/configurations/*`."],["It utilizes `updateMask` as a required query parameter to specify which fields of the `Configuration` should be updated, following FieldMask format."],["The request body must contain an instance of `Configuration`, and a successful response will also return an instance of `Configuration`."],["Authorization requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope."]]],["This describes updating configuration field values via a PATCH request to a specific URL: `https://androiddeviceprovisioning.googleapis.com/v1/{configuration.name=customers/*/configurations/*}`. The `configuration.name` in the URL is a required path parameter. The `updateMask` query parameter, using FieldMask format, is required to specify which fields to update. The request and response bodies use the `Configuration` resource. Authorization requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope.\n"]]