From 0be0ed77c77660bd7c48422b7ccde3f2f900d21c Mon Sep 17 00:00:00 2001 From: matu6968 Date: Thu, 21 Nov 2024 02:12:52 +0100 Subject: [PATCH] Update Upload a new applcation --- Upload-a-new-applcation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Upload-a-new-applcation.md b/Upload-a-new-applcation.md index f933cd6..cbb12bf 100644 --- a/Upload-a-new-applcation.md +++ b/Upload-a-new-applcation.md @@ -90,4 +90,13 @@ If there is a problem while saving apps.json onto the host or while saving the u } Status code: 500 +``` + +If using a HTTP request other then `POST`: +``` +{ + "error": "Method not allowed. Only POST is supported for this endpoint." +} + +Status code: 405 ``` \ No newline at end of file