Compare commits
1 commit
5e7307cbf3
...
1dd19839cc
Author | SHA1 | Date | |
---|---|---|---|
1dd19839cc |
2 changed files with 0 additions and 4 deletions
|
@ -1090,9 +1090,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Object not found"
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal server error"
|
||||
}
|
||||
|
|
|
@ -525,7 +525,6 @@ upload is in progress and not yet finished.
|
|||
params(InspectObjectRequest),
|
||||
responses(
|
||||
(status = 200, description = "Returns exhaustive information about the object", body = InspectObjectResponse),
|
||||
(status = 404, description = "Object not found"),
|
||||
(status = 500, description = "Internal server error")
|
||||
),
|
||||
)]
|
||||
|
|
Loading…
Add table
Reference in a new issue