- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Creates a new listing.
HTTP request
POST https://analyticshub.googleapis.com/v1/{parent=projects/*/locations/*/dataExchanges/*}/listings
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent resource path of the listing. e.g.   | 
              
Query parameters
| Parameters | |
|---|---|
listingId | 
                
                   
 Required. The ID of the listing to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Max length: 100 bytes.  | 
              
Request body
The request body contains an instance of Listing.
Response body
If successful, the response body contains a newly created instance of Listing.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigqueryhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.