From 849efbcb699333283f503dd1a02de12a763f6423 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Thu, 21 Nov 2024 02:13:17 +0100 Subject: [PATCH] Update To edit app details --- To-edit-app-details.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/To-edit-app-details.md b/To-edit-app-details.md index 12ea72a..89ab023 100644 --- a/To-edit-app-details.md +++ b/To-edit-app-details.md @@ -1,6 +1,6 @@ # To edit app details: -## HTTP request type: `POST` +## HTTP request type: `PUT` ## Authorization required: Yes (Header: Bearer auth, key is located in .env file) @@ -96,10 +96,10 @@ If there is no or invalid app ID specified: Status code: 404 ``` -If using a HTTP request other then `POST`: +If using a HTTP request other then `PUT`: ``` { - "error": "Method not allowed. Only POST is supported for this endpoint." + "error": "Method not allowed. Only PUT is supported for this endpoint." } Status code: 405