From ea4de0cb5582f7765a4d5a2d690beca74023bc59 Mon Sep 17 00:00:00 2001 From: Abbass Al-Musawi <73327881+AbbassAlmusawi@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:32:49 +0300 Subject: [PATCH] remove duplicated Endpoint --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6625c74..ff3e93e 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,6 @@ documentations lives at `http://127.0.0.1:1984/docs`. | `/v1/tasks/f828714a-5c50-45de-87c0-3b51b7e04039?include_meta=True` | `GET` | Get info about task by ID | | `/v1/tasks/latest?include_meta=True` | `GET` | Get info about latest task | | `/v1/tasks/f828714a-5c50-45de-87c0-3b51b7e04039` | `DELETE` | Delete task by ID | -| `/v1/tasks/latest?include_meta=True` | `GET` | Get info about the latest task | | `/v1/tasks` | `POST` | Create a download task by sending json payload `{"url": ""}` | | `/v1/tasks/stats` | `GET` | Get overall tasks stats |