Skip to content

Commit

Permalink
Generated code by SwaggerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino authored and root committed Sep 7, 2018
1 parent a49512a commit bce8a4e
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions assets/swaggerhub/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,15 +421,10 @@
"post" : {
"tags" : [ "Task" ],
"summary" : "Create a Task",
"description" : "Creates a Task which will belong to a specific job.",
"description" : "Creates a Task which will belong to a specific Job or Asset.",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "assetId",
"in" : "path",
"required" : true,
"type" : "string"
}, {
"in" : "body",
"name" : "task",
"required" : true,
Expand Down Expand Up @@ -463,15 +458,10 @@
"get" : {
"tags" : [ "Task" ],
"summary" : "Get a Task",
"description" : "Gets a Task which belongs to a specific job",
"description" : "Gets a Task by id",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "assetId",
"in" : "path",
"required" : true,
"type" : "string"
}, {
"name" : "taskId",
"in" : "path",
"required" : true,
Expand All @@ -495,15 +485,10 @@
"put" : {
"tags" : [ "Task" ],
"summary" : "Update a Task",
"description" : "Updates a Task which belongs to a specific job",
"description" : "Updates a Task by id",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "assetId",
"in" : "path",
"required" : true,
"type" : "string"
}, {
"name" : "taskId",
"in" : "path",
"required" : true,
Expand Down Expand Up @@ -541,15 +526,10 @@
"delete" : {
"tags" : [ "Task" ],
"summary" : "Delete a Task",
"description" : "Deletes a Task which belongs to a specific job",
"description" : "Deletes a Task by id",
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "assetId",
"in" : "path",
"required" : true,
"type" : "string"
}, {
"name" : "taskId",
"in" : "path",
"required" : true,
Expand Down Expand Up @@ -579,11 +559,6 @@
"consumes" : [ "multipart/form-data" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "assetId",
"in" : "path",
"required" : true,
"type" : "string"
}, {
"name" : "taskId",
"in" : "path",
"required" : true,
Expand Down Expand Up @@ -619,11 +594,6 @@
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "assetId",
"in" : "path",
"required" : true,
"type" : "string"
}, {
"name" : "taskId",
"in" : "path",
"required" : true,
Expand Down

0 comments on commit bce8a4e

Please sign in to comment.