API reference
本 API 參考資料是依照資源類型編排。每個資源類型都有一或多個資料表示法,以及一種或多種方法。
群組
如需網路論壇資源詳細資料,請參閱資源表示法網頁。
方法 |
HTTP 要求 |
說明 |
相對於 https://www.googleapis.com/groups/v1/groups 的 URI (除非另有註明) |
get
|
GET /groupUniqueId
|
擷取群組電子郵件地址識別的群組設定。
|
更新
|
PUT /groupUniqueId
|
更新現有群組的設定 (透過群組電子郵件地址識別)。
|
修補
|
PATCH /groupUniqueId
|
更新現有資源。這個方法支援修補語意。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["This API reference is organized by resource type, with each containing data representations and methods."],["The Groups resource provides methods to get, update, and patch group settings using the group's unique ID."],["Group settings details can be found on the resource representation page."],["All Group resource URIs are relative to `https://www.googleapis.com/groups/v1/groups` unless specified otherwise."]]],["The API reference details resources, each with data representations and methods. The Groups resource, accessible at `https://www.googleapis.com/groups/v1/groups`, allows interactions via three methods: `get`, `update`, and `patch`. `get` retrieves a group's settings using its unique ID. `update` modifies a group's settings, also using the unique ID. `patch` also updates a group, but with patch semantics. These actions use `GET`, `PUT`, and `PATCH` HTTP requests, respectively.\n"]]