diff options
author | JakobKrieg <jakob.krieg@bcmsolutions.de> | 2020-12-09 15:05:10 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-12-14 18:31:18 +0000 |
commit | cc611fc78212ef8c08f2463a366541df6723c8ab (patch) | |
tree | 985173403f16a4cedd5e609bd10d6291c65c1b0d /docs/api-reference/media/cds-bp-processor-api-swagger.json | |
parent | b4bbb70118f3406ffc7bdd7df557a9b0d9d63f21 (diff) |
CDS API reference add request classes
Issue-ID: CCSDK-3014
Change-Id: If0a0a6169ac43a66c3dc51639e3a22efa49dcba5
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
Diffstat (limited to 'docs/api-reference/media/cds-bp-processor-api-swagger.json')
-rw-r--r-- | docs/api-reference/media/cds-bp-processor-api-swagger.json | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/docs/api-reference/media/cds-bp-processor-api-swagger.json b/docs/api-reference/media/cds-bp-processor-api-swagger.json index a9f596527..af3ed94e6 100644 --- a/docs/api-reference/media/cds-bp-processor-api-swagger.json +++ b/docs/api-reference/media/cds-bp-processor-api-swagger.json @@ -64,7 +64,7 @@ "200" : { "description" : "OK", "schema" : { - "type" : "object" + "$ref" : "#/definitions/BlueprintModelSearch" } }, "500" : { @@ -129,7 +129,7 @@ "200" : { "description" : "OK", "schema" : { - "type" : "object" + "$ref" : "#/definitions/BlueprintModelSearch" } }, "404" : { @@ -249,7 +249,7 @@ "200" : { "description" : "OK", "schema" : { - "type" : "object" + "$ref" : "#/definitions/BlueprintModelSearch" } }, "503" : { @@ -277,7 +277,10 @@ "200" : { "description" : "successful operation", "schema" : { - "type" : "object" + "type" : "array", + "items" : { + "$ref" : "#/definitions/BlueprintModelSearch" + } } } } @@ -440,7 +443,7 @@ "200" : { "description" : "successful operation", "schema" : { - "type" : "object" + "$ref" : "#/definitions/BlueprintModelSearch" } } } @@ -465,7 +468,10 @@ "200" : { "description" : "successful operation", "schema" : { - "type" : "object" + "type" : "array", + "items" : { + "$ref" : "#/definitions/BlueprintModelSearch" + } } } } @@ -482,7 +488,8 @@ "parameters" : [ { "in" : "body", "name" : "body", - "required" : false, + "description" : "Blueprint and workflow identification", + "required" : true, "schema" : { "$ref" : "#/definitions/WorkFlowSpecRequest" } @@ -548,7 +555,7 @@ "200" : { "description" : "OK", "schema" : { - "type" : "object" + "$ref" : "#/definitions/BlueprintModelSearch" } }, "404" : { |