Skip to content

Commit

Permalink
remove 404 response
Browse files Browse the repository at this point in the history
  • Loading branch information
giakas committed Jan 30, 2022
1 parent f1e9a60 commit 8b00d36
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2622,9 +2622,6 @@
"$ref": "#/definitions/Transform"
}
},
"404": {
"description": "NotFound"
},
"default": {
"description": "Detailed error information.",
"schema": {
Expand Down Expand Up @@ -2914,9 +2911,6 @@
"$ref": "#/definitions/Job"
}
},
"404": {
"description": "NotFound"
},
"default": {
"description": "Detailed error information.",
"schema": {
Expand Down Expand Up @@ -3214,7 +3208,7 @@
"in": "query",
"required": true,
"type": "string",
"description": "The Version of the API to be used with the client request."
"description": "The version of the API to be used with the client request."
}
}
}

0 comments on commit 8b00d36

Please sign in to comment.