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 Feb 8, 2019
1 parent 1704873 commit 3ab715f
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions assets/swaggerhub/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,8 @@
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "The requested resource",
"schema" : {
"$ref" : "#/definitions/job"
}
"204" : {
"description" : "NoContent"
},
"404" : {
"description" : "Resource not found"
Expand Down Expand Up @@ -211,7 +208,7 @@
"type" : "file"
} ],
"responses" : {
"200" : {
"201" : {
"description" : "The requested resource",
"schema" : {
"$ref" : "#/definitions/input"
Expand Down Expand Up @@ -380,11 +377,8 @@
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "The requested resource",
"schema" : {
"$ref" : "#/definitions/input"
}
"204" : {
"description" : "NoContent"
},
"404" : {
"description" : "Resource not found"
Expand Down Expand Up @@ -536,11 +530,8 @@
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "The requested resource",
"schema" : {
"$ref" : "#/definitions/task"
}
"204" : {
"description" : "NoContent"
},
"404" : {
"description" : "Resource not found"
Expand Down Expand Up @@ -774,11 +765,8 @@
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "The requested resource",
"schema" : {
"$ref" : "#/definitions/webhook"
}
"204" : {
"description" : "NoContent"
},
"404" : {
"description" : "Resource not found"
Expand Down

0 comments on commit 3ab715f

Please sign in to comment.