From 9ef706ec7dfece20b639fa50bd8abe3b1f44deca Mon Sep 17 00:00:00 2001 From: matu6968 Date: Wed, 20 Nov 2024 23:49:38 +0100 Subject: [PATCH] Update List uploaded apps --- List-uploaded-apps.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/List-uploaded-apps.md b/List-uploaded-apps.md index 1e8fdb2..3a034fe 100644 --- a/List-uploaded-apps.md +++ b/List-uploaded-apps.md @@ -32,14 +32,16 @@ Status code: 200 ``` Otherwaise if it has no apps in apps.json: ``` -null +[] Status code: 200 ``` -If using a HTTP request other then `POST` or `GET`: +If using a HTTP request other then `GET`: ``` -Method not allowed +{ + "error": "Method not allowed. Only GET is supported for this endpoint." +} Status code: 405 ``` \ No newline at end of file