Update To view a app file

matu6968 2024-11-21 02:12:34 +01:00
parent b393888363
commit a68f6eb19a

@ -70,3 +70,11 @@ Otherwaise if it does not exist:
```
Status code: 404
```
If using a HTTP request other then `GET`:
```
{
"error": "Method not allowed. Only GET is supported for this endpoint."
}
Status code: 405
```