Updated postman

This commit is contained in:
Leon Etienne (ubuntu wsl) 2020-09-30 13:28:08 +02:00
parent d9a012f974
commit 3515480744

View File

@ -418,6 +418,33 @@
} }
}, },
"response": [] "response": []
},
{
"name": "RemoveDownloadEntry",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"request\": \"remove_download_entry\",\r\n \"id\": \"1KnnPV\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:6969/api",
"host": [
"localhost"
],
"port": "6969",
"path": [
"api"
]
}
},
"response": []
} }
], ],
"protocolProfileBehavior": {} "protocolProfileBehavior": {}