Update List uploaded apps

matu6968 2024-11-20 23:49:38 +01:00
parent 3eb9bef036
commit 9ef706ec7d

@ -32,14 +32,16 @@ Status code: 200
``` ```
Otherwaise if it has no apps in apps.json: Otherwaise if it has no apps in apps.json:
``` ```
null []
Status code: 200 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 Status code: 405
``` ```