Method: spaces.create
Erstellt einen Gruppenbereich.
HTTP-Anfrage
POST https://meet.googleapis.com/v2/spaces
Die URL verwendet die Syntax der gRPC-Transcodierung.
Anfragetext
Der Anfragetext enthält eine Instanz von Space
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von Space
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/meetings.space.created
Weitere Informationen finden Sie im Leitfaden zur Autorisierung.
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: 2024-04-30 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-04-30 (UTC)."],[[["Creates a new space using an HTTP POST request to the specified URL."],["The request body should contain a `Space` object, and a successful response will return the newly created `Space` object."],["Requires authorization with the `https://www.googleapis.com/auth/meetings.space.created` scope to create spaces."]]],["This document details how to create a space using the Google Meet API. A `POST` request is sent to `https://meet.googleapis.com/v2/spaces`, with the request body containing a `Space` instance. Upon success, the response body returns a newly created `Space` instance. The process requires authorization using the `https://www.googleapis.com/auth/meetings.space.created` OAuth scope, and follows gRPC Transcoding syntax for the URL.\n"]]