Groups: patch
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
更新现有资源。此方法支持修补语义。立即试用。
请求
HTTP 请求
PATCH https://www.googleapis.com/groups/v1/groups/groupUniqueId
参数
参数名称 |
值 |
说明 |
路径参数 |
groupUniqueId |
string |
群组的电子邮件地址。
|
授权
此请求需要获得以下范围的授权:
范围 |
https://www.googleapis.com/auth/apps.groups.settings |
请求正文
在请求正文中,请按照修补语义的规则提供一项 Groups 资源的相关部分。
试试看!
请使用下面的 API Explorer 针对实际数据调用此方法并查看响应。
或者,可尝试使用独立的 Explorer。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# Groups: patch\n\n| **Note:** Requires [authorization](#auth).\n\nUpdates an existing resource. This method supports patch semantics.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nPATCH https://www.googleapis.com/groups/v1/groups/groupUniqueId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|----------------------------|\n| **Path parameters** |||\n| `groupUniqueId` | `string` | The group's email address. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|--------------------------------------------------------|\n| `https://www.googleapis.com/auth/apps.groups.settings` |\n\n### Request body\n\nIn the request body, supply the relevant portions of a [Groups resource](/workspace/admin/groups-settings/v1/reference/groups#resource), according to the rules of patch semantics.\n\nResponse\n--------\n\nIf successful, this method returns a [Groups resource](/workspace/admin/groups-settings/v1/reference/groups#resource) in the response body.\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response.\nAlternatively, try the\n[standalone\nExplorer](https://developers.google.com/apis-explorer/#p/groupssettings/v1/groupsSettings.groups.patch)."]]