Update To edit app details
parent
ce8996eec8
commit
3eb9bef036
|
@ -10,12 +10,17 @@
|
||||||
```
|
```
|
||||||
Multipart body:
|
Multipart body:
|
||||||
|
|
||||||
1. Application ID from where to change it's details (footer, required): id: 784875887587
|
1. metadata:
|
||||||
2. New Application Version (footer): ver: 1
|
{
|
||||||
3. New Application Description (footer): info: thisisatestedit
|
"appid": "80a7835d-9156-4647-874f-a1228eefdc31",
|
||||||
4. New Application name (footer): name: App Market Manager
|
"app": {
|
||||||
5. New Application File (footer): file: [path to file]
|
"name": "tes",
|
||||||
5. New Application Path (footer): customPath: [path to file]
|
"ver": "2",
|
||||||
|
"info": "thisisanewtestedit",
|
||||||
|
"pub": "matu6968"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
2. file (optional): specify a new file for updated version
|
||||||
```
|
```
|
||||||
|
|
||||||
### Output:
|
### Output:
|
||||||
|
@ -23,12 +28,7 @@ Multipart body:
|
||||||
If it is successful:
|
If it is successful:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"name": "App Market Manager",
|
"message": "App updated successfully"
|
||||||
"ver": "1",
|
|
||||||
"appid": "784875887587",
|
|
||||||
"info": "thisisatestedit",
|
|
||||||
"pub": "matu6968",
|
|
||||||
"path": "/uploads/App_Market_Manager/index.js"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Status code: 200
|
Status code: 200
|
||||||
|
|
Loading…
Reference in New Issue
Block a user