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