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