From fba07f0d0d542034a7df28abcb6a0bc5923747bf Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Thu, 25 Apr 2024 15:02:07 +0200 Subject: [PATCH] update delete query documentation (#4860) --- docs/reference/rest-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/rest-api.md b/docs/reference/rest-api.md index b915ac2d2f3..d0606b74372 100644 --- a/docs/reference/rest-api.md +++ b/docs/reference/rest-api.md @@ -676,15 +676,15 @@ The response is the created delete task represented in JSON, `DeleteTask`, the c | `delete_query` | The posted delete query | `DeleteQuery` | -### GET a delete query +### List delete queries ``` -GET api/v1//delete-tasks/ +GET api/v1//delete-tasks ``` -Get the delete task of operation stamp `opstamp` for a given `index_id`. +Get the list of delete tasks for a given `index_id`. #### Response -The response is a `DeleteTask`. +The response is an array of `DeleteTask`.