Update Upload a new applcation

matu6968 2024-11-11 00:00:12 +01:00
parent 0277c286b6
commit 31f99afbde

@ -37,28 +37,42 @@ If it is successful:
"pub": "matu6968",
"path": "/uploads/App_Market_Manager/index.js"
}
Status code: 200
```
If there is no token or a invalid token:
```
Unauthorized
Status code: 401
```
If there is invalid JSON metadata in the multipart body:
```
Invalid metadata JSON
Status code: 400
```
If there is a problem during a file upload or no file is specified during uploading:
```
File upload error
Status code: 400
```
If there is a problem while saving the uploaded file: (likely cause is directory where the binary is located is set to read only)
```
Failed to save file
Status code: 500
```
If there is a problem while saving apps.json onto the host: (likely cause is directory where the binary is located is set to read only)
```
Failed to save app data
Status code: 500
```
If there is invalid multipart body:
```
Invalid form data
Status code: 400
```