From 06f37bf3d8cf9c566a719f2c76e87ba310cff3a6 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 12 Mar 2024 11:23:15 -0400 Subject: [PATCH] refactor: add 415 response to /s5/metadata --- api/s5/swagger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/s5/swagger.yaml b/api/s5/swagger.yaml index 790c63e..47236c5 100644 --- a/api/s5/swagger.yaml +++ b/api/s5/swagger.yaml @@ -626,6 +626,8 @@ paths: application/json: schema: type: object + '415': + description: Unsupported content type /s5/download/{cid}: get: summary: Download a file