Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion acpdr/swagger-specs/ingest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ info:
- Requests with a payload in the request body (such as POST, PUT, and PATCH calls) may require the header `Content-Type`. Accepted values specific to each call are provided in the call parameters.

version: "1.0"
basePath: /data/foundation/import

basePath: /data/foundation/import
host: platform.adobe.io
consumes:
- application/json
Expand Down Expand Up @@ -601,6 +601,9 @@ definitions:
DATASET_ID:
type: string
description: "The ID of the dataset that you want to publish to."
FLOW_ID:
type: string
description: "The ID of the dataflow that you want to use. It is possible to have multiple dataflows for the same dataset."
SOURCE_NAME:
type: string
description: "The optional name for your source. If this value is missing, the streaming message will automatically add the source ID from the streaming connection definition."
Expand All @@ -613,6 +616,7 @@ definitions:
contentType: "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
imsOrgId: "{IMS_ORG_ID}"
datasetId: "{DATASET_ID}"
flowId: "{FLOW_ID}"
createdAt: "1526283801869"
source:
name: "{SOURCE_NAME}"
Expand Down