Update To edit app details
parent
9f097fba1d
commit
5042cf3e89
|
@ -30,28 +30,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 no app ID specified:
|
||||
```
|
||||
App ID is required
|
||||
|
||||
Status code: 400
|
||||
```
|
||||
If there is a invalid app ID specified:
|
||||
```
|
||||
App not found
|
||||
|
||||
Status code: 404
|
||||
```
|
||||
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user