From a68f6eb19a681b8beb7f257d6e46a3a58b501387 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Thu, 21 Nov 2024 02:12:34 +0100 Subject: [PATCH] Update To view a app file --- To-view-a-app-file.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/To-view-a-app-file.md b/To-view-a-app-file.md index 458b67f..ea9c6b0 100644 --- a/To-view-a-app-file.md +++ b/To-view-a-app-file.md @@ -69,4 +69,12 @@ Status code: 200 Otherwaise if it does not exist: ``` Status code: 404 +``` +If using a HTTP request other then `GET`: +``` +{ + "error": "Method not allowed. Only GET is supported for this endpoint." +} + +Status code: 405 ``` \ No newline at end of file