AI-generated Key Takeaways
- 
          
Completes the import process for a specified space and makes it visible to users, requiring app authentication and domain-wide delegation.
 - 
          
Uses a POST HTTP request with the URL
https://chat.googleapis.com/v1/{name=spaces/*}:completeImportand an empty request body. - 
          
Requires the
https://www.googleapis.com/auth/chat.importOAuth scope for authorization. - 
          
If successful, the response body provides a JSON representation containing the imported space's details.
 
Completes the import process for the specified space and makes it visible to users.
Requires user authentication and domain-wide delegation with the authorization scope:
https://www.googleapis.com/auth/chat.import
For more information, see Authorize Google Chat apps to import data.
HTTP request
POST https://chat.googleapis.com/v1/{name=spaces/*}:completeImport
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 Required. Resource name of the import mode space. Format:   | 
              
Request body
The request body must be empty.
Response body
Response message for completing the import process for a space.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "space": {
    object ( | 
                  
| Fields | |
|---|---|
space | 
                    
                       
 The import mode space.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chat.import
For more information, see the Authorization guide.