Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The request for a call to IngestionConfigService_CreateIngestionConfig to create an ingestion configs.
The client_key field is a user-defined string you can supply to uniquely identify
an ingestion config (and retrieve it via GetIngestionConfig).
An error is returned if you try to create an ingestion config with a
client_key that already exists.
Response
A successful response.
The result of a call to IngestionConfigService_CreateIngestionConfig.