API reference
Die API-Referenz ist nach Ressourcentypen gegliedert. Jeder Ressourcentyp hat eine oder mehrere Datendarstellungen und eine oder mehrere Methoden.
Gruppen
Ausführliche Informationen zu Ressourcen vom Typ "Gruppen" finden Sie auf der Seite Ressourcendarstellung.
Methode |
HTTP-Anfrage |
Beschreibung |
Die URIs beziehen sich auf https://www.googleapis.com/groups/v1/groups, sofern nicht anders angegeben. |
get
|
GET /groupUniqueId
|
Ruft die Einstellungen einer Gruppe ab, die durch die E-Mail-Adresse der Gruppe identifiziert werden.
|
Aktualisieren
|
PUT /groupUniqueId
|
Aktualisiert die Einstellungen einer vorhandenen Gruppe, die durch die E-Mail-Adresse der Gruppe identifiziert werden.
|
patch
|
PATCH /groupUniqueId
|
Aktualisiert eine vorhandene Ressource. Diese Methode unterstützt die Patch-Semantik.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-01 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-12-01 (UTC)."],[[["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"]]