CreateHttpDataSourceInput
fields
connectionSettings required HttpConnectionSettingsInput
The HTTP Data Source's connection settings
The HTTP Data Source connection settings.
connectionSettings.basicAuth optional HttpBasicAuthInput
The HTTP Basic authentication settings for uploading new data.
If this parameter is not provided, anyone with the URL to your tables will be able to upload data. While it's OK to test without HTTP Basic authentication, we recommend enabling it.
connectionSettings.tables required array of HttpDataSourceTableInput
The HTTP Data Source's tables.
description optional String
The HTTP Data Source's description.
uniqueName optional String
The HTTP Data Source's unique name. If not specified, Propel will set the ID as unique name.