Method: spaces.create
Żądanie HTTP
POST https://meet.googleapis.com/v2/spaces
Adres URL używa składni transkodowania gRPC.
Treść żądania
Treść żądania zawiera wystąpienie elementu Space
.
Treść odpowiedzi
Jeśli operacja się uda, treść odpowiedzi będzie zawierała nowo utworzoną instancję Space
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/meetings.space.created
Więcej informacji znajdziesz w przewodniku po autoryzacji.
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: 2024-04-30 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]