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