Compare commits
1 commit
1dd19839cc
...
5e7307cbf3
Author | SHA1 | Date | |
---|---|---|---|
5e7307cbf3 |
2 changed files with 4 additions and 0 deletions
|
@ -1090,6 +1090,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Object not found"
|
||||
},
|
||||
"500": {
|
||||
"description": "Internal server error"
|
||||
}
|
||||
|
|
|
@ -525,6 +525,7 @@ 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