AI-generated Key Takeaways
-
Updates a Google Chat space's details, including display name, description, space type, history settings, access settings, and permission settings.
-
Requires specific authentication and authorization, including app authentication with administrator approval or user authentication, potentially with administrator privileges.
-
Supports partial updates using the
updateMaskquery parameter to specify the fields to be modified. -
Provides options for using administrator privileges with the
useAdminAccessquery parameter, but some fields and functionalities are not supported in this mode. -
Uses the PATCH HTTP method and gRPC Transcoding syntax for the request URL.
- 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 and one of the following authorization scopes:
https://www.googleapis.com/auth/chat.app.spaces
User authentication with one of the following authorization scopes:
https://www.googleapis.com/auth/chat.spaceshttps://www.googleapis.com/auth/chat.import(import mode spaces only)- User authentication grants administrator privileges when an administrator account authenticates,
useAdminAccessistrue, and the following authorization scopes is used:https://www.googleapis.com/auth/chat.admin.spaces
App authentication has the following limitations:
- To update either
space.predefined_permission_settingsorspace.permission_settings, the app must be the space creator. - Updating the
space.access_settings.audienceis not supported for app authentication.
HTTP request
PATCH https://chat.googleapis.com/v1/{space.name=spaces/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
space.name |
Identifier. Resource name of the space. Format: Where |
Query parameters
| Parameters | |
|---|---|
updateMask |
Required. The updated field paths, comma separated if there are multiple. You can update the following fields for a space:
|
useAdminAccess |
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.spaceshttps://www.googleapis.com/auth/chat.admin.spaceshttps://www.googleapis.com/auth/chat.importhttps://www.googleapis.com/auth/chat.spaces
For more information, see the Authorization guide.