Update Upload a new applcation

matu6968 2024-11-21 02:12:52 +01:00
parent a68f6eb19a
commit 0be0ed77c7

@ -91,3 +91,12 @@ If there is a problem while saving apps.json onto the host or while saving the u
Status code: 500 Status code: 500
``` ```
If using a HTTP request other then `POST`:
```
{
"error": "Method not allowed. Only POST is supported for this endpoint."
}
Status code: 405
```