API reference
To dokumentacja interfejsu API jest uporządkowana według typu zasobu. Każdy typ zasobu ma co najmniej 1 reprezentację danych i co najmniej 1 metodę.
Grupy
Szczegółowe informacje o zasobach Grup dyskusyjnych znajdziesz na stronie reprezentacji zasobów.
Metoda |
Żądanie HTTP |
Opis |
Identyfikatory URI względem https://www.googleapis.com/groups/v1/groups, chyba że zaznaczono inaczej |
pobierz
|
GET /groupUniqueId
|
Pobiera ustawienia grupy zidentyfikowane na podstawie jej adresu e-mail.
|
aktualizacja
|
PUT /groupUniqueId
|
Aktualizuje ustawienia istniejącej grupy identyfikowanej na podstawie adresu e-mail grupy.
|
poprawka
|
PATCH /groupUniqueId
|
Aktualizuje istniejący zasób. Ta metoda obsługuje semantykę poprawki.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-01 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]