Creates the new data source configuration for the given account.
HTTP request
POST https://merchantapi.googleapis.com/datasources/v1beta/{parent=accounts/*}/dataSources
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The account where this data source will be created. Format: |
Request body
The request body contains an instance of DataSource
.
Response body
If successful, the response body contains a newly created instance of DataSource
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.