From 3515480744b34821043acd9be0103f9b28f5719c Mon Sep 17 00:00:00 2001 From: "Leon Etienne (ubuntu wsl)" Date: Wed, 30 Sep 2020 13:28:08 +0200 Subject: [PATCH] Updated postman --- Tubio_rest.postman_collection.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Tubio_rest.postman_collection.json b/Tubio_rest.postman_collection.json index f7c823e..4549221 100644 --- a/Tubio_rest.postman_collection.json +++ b/Tubio_rest.postman_collection.json @@ -418,6 +418,33 @@ } }, "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": {}