eventTypes: टारगेट रिसॉर्स के बारे में जानकारी पाने के लिए, इवेंट के टाइप की सूची.
सदस्यता को पूरी तरह बदलने के लिए (PUT के बराबर), * का इस्तेमाल करें. जिन फ़ील्ड को शामिल नहीं किया गया है उन्हें खाली वैल्यू के साथ अपडेट किया जाता है.
validateOnly
boolean
ज़रूरी नहीं. अगर नीति को true पर सेट किया जाता है, तो अनुरोध की पुष्टि की जाती है और उसकी झलक देखी जाती है. हालांकि, सदस्यता को अपडेट नहीं किया जाता.
अनुरोध का मुख्य भाग
अनुरोध के मुख्य भाग में Subscription का उदाहरण है.
जवाब का मुख्य भाग
कामयाब रहने पर, जवाब के मुख्य हिस्से में Operation का एक इंस्टेंस शामिल किया जाता है.
metadata फ़ील्ड में एक खाली अरे है.
response फ़ील्ड में Subscription का अपडेट किया गया इंस्टेंस मौजूद है.
[[["समझने में आसान है","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-11-05 (UTC) को अपडेट किया गया."],[[["This API updates or renews a Google Workspace subscription using a PATCH request to the specified URL."],["You can optionally specify an `updateMask` to target specific fields for updating and `validateOnly` to preview the request without applying changes."],["The request body should contain a `Subscription` object and the successful response will include an `Operation` object with the updated `Subscription`."],["Authorization requires specific OAuth scopes related to Google Chat or Google Meet, as detailed in the documentation."]]],[]]