refactor: add 415 response to /s5/metadata
This commit is contained in:
parent
a1014acf15
commit
06f37bf3d8
|
@ -626,6 +626,8 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
'415':
|
||||
description: Unsupported content type
|
||||
/s5/download/{cid}:
|
||||
get:
|
||||
summary: Download a file
|
||||
|
|
Loading…
Reference in New Issue