From 43536cf6762102a5e357a11c04bda825d0f033ad Mon Sep 17 00:00:00 2001 From: Alexandra Tudor Date: Tue, 7 Jun 2022 23:05:27 +0300 Subject: [PATCH] [PDCL-8513] - Add docs to select the flowId --- acpdr/swagger-specs/ingest-api.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acpdr/swagger-specs/ingest-api.yaml b/acpdr/swagger-specs/ingest-api.yaml index f9fe0e3fe..fd30cdaca 100644 --- a/acpdr/swagger-specs/ingest-api.yaml +++ b/acpdr/swagger-specs/ingest-api.yaml @@ -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 @@ -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." @@ -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}"