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