Creates a named space. Spaces grouped by topics or that have guest access are not supported. Requires user authentication and the chat.spaces.create
scope.
HTTP request
POST https://chat.googleapis.com/v1/spaces
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
requestId |
Optional. A unique identifier for this request. A random UUID is recommended. This request is only idempotent if a |
Request body
The request body contains an instance of Space
.
Response body
If successful, the response body contains a newly created instance of Space
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chat.spaces.create
For more information, see the OAuth 2.0 Overview.