From 293fdf4c0e050accb7d68ed32367ff1b5da453e2 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 6 Feb 2022 15:52:27 +0100 Subject: [PATCH] Added 422 return code to assets post --- api.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api.yaml b/api.yaml index 136d6ef..de78739 100644 --- a/api.yaml +++ b/api.yaml @@ -385,7 +385,9 @@ paths: 401: description: Not authorized 409: - description: A asset with the same name already exists + description: An asset with the same name already exists + 422: + description: No file was given delete: summary: Deletes assets requestBody: