- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a space. For an example, see Update a space.
If you're updating the displayName
field and receive the error message ALREADY_EXISTS
, try a different display name.. An existing space within the Google Workspace organization might already use this display name.
Supports the following types of authentication:
App authentication with administrator approval in Developer Preview
User authentication You can authenticate and authorize this method with administrator privileges by setting the
useAdminAccess
field in the request.
HTTP request
PATCH https://chat.googleapis.com/v1/{space.name=spaces/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
space. |
Identifier. Resource name of the space. Format: Where |
Query parameters
Parameters | |
---|---|
update |
Required. The updated field paths, comma separated if there are multiple. You can update the following fields for a space:
|
use |
Optional. When The calling user must be a Google Workspace administrator with the manage chat and spaces conversations privilege. Requires the Some |
Request body
The request body contains an instance of Space
.
Response body
If successful, the response body contains an instance of Space
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/chat.app.spaces
https://www.googleapis.com/auth/chat.admin.spaces
https://www.googleapis.com/auth/chat.import
https://www.googleapis.com/auth/chat.spaces
For more information, see the Authorization guide.