From c1313a79b199b0ccfaecab31d67ce3f4c49c43a1 Mon Sep 17 00:00:00 2001 From: Alino Date: Tue, 6 Aug 2019 17:10:02 +0000 Subject: [PATCH] Generated code by SwaggerHub --- assets/swaggerhub/.swagger-codegen/VERSION | 2 +- assets/swaggerhub/swagger.json | 55 ++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/assets/swaggerhub/.swagger-codegen/VERSION b/assets/swaggerhub/.swagger-codegen/VERSION index acdc3f1..48a6b50 100644 --- a/assets/swaggerhub/.swagger-codegen/VERSION +++ b/assets/swaggerhub/.swagger-codegen/VERSION @@ -1 +1 @@ -2.4.2 \ No newline at end of file +2.4.7 \ No newline at end of file diff --git a/assets/swaggerhub/swagger.json b/assets/swaggerhub/swagger.json index ec045dd..cf18f7f 100644 --- a/assets/swaggerhub/swagger.json +++ b/assets/swaggerhub/swagger.json @@ -22,6 +22,8 @@ "name" : "Deliverable" }, { "name" : "Webhook" + }, { + "name" : "TIPP" } ], "schemes" : [ "http" ], "security" : [ { @@ -901,6 +903,59 @@ } } } + }, + "/TIPP" : { + "post" : { + "tags" : [ "TIPP" ], + "summary" : "Uploads a TIPP package", + "description" : "Imports a package to TAPICC", + "consumes" : [ "multipart/form-data" ], + "produces" : [ "application/json" ], + "parameters" : [ { + "name" : "envelope", + "in" : "formData", + "description" : "The TIPP envelope (zip file)", + "required" : true, + "type" : "file" + } ], + "responses" : { + "201" : { + "description" : "The requested resource" + }, + "404" : { + "description" : "Resource not found" + }, + "500" : { + "description" : "Internal server error" + } + } + } + }, + "/TIPP/{taskId}" : { + "get" : { + "tags" : [ "TIPP" ], + "summary" : "Downloads a TIPP package", + "description" : "Exports a package from TAPICC", + "consumes" : [ "application/json" ], + "produces" : [ "application/json" ], + "parameters" : [ { + "name" : "taskId", + "in" : "path", + "required" : true, + "type" : "string" + } ], + "responses" : { + "200" : { + "description" : "The requested resource" + }, + "404" : { + "description" : "Resource not found" + }, + "500" : { + "description" : "Internal server error" + } + } + } } }, "securityDefinitions" : {