From 7d140e5db5df11027a27e6ff9a20e5729166180d Mon Sep 17 00:00:00 2001 From: Smitha Manjunath <smanjunath@microsoft.com> Date: Mon, 4 Apr 2022 11:58:32 +0000 Subject: [PATCH] Update IndexerService.md --- docs/tutorial/IndexerService.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/IndexerService.md b/docs/tutorial/IndexerService.md index fe5efec94..83bddff06 100644 --- a/docs/tutorial/IndexerService.md +++ b/docs/tutorial/IndexerService.md @@ -123,7 +123,7 @@ curl --request POST \ [Back to table of contents](#TOC) ## Delete API <a name="delete"></a> -Delete api is used to delete an index for a specific kind. +Delete API is used to delete an index for a specific kind. Only users who belong to the Entitlement groups 'users.datalake.ops' can make calls to this API. ``` @@ -281,4 +281,4 @@ The above query will return all records which had problems due to fields mismatc Please refer to the [Search service](https://community.opengroup.org/osdu/platform/system/search-service/-/blob/master/docs/api/search_openapi.yaml#L28) documentation for examples on different kinds of search queries. -[Back to table of contents](#TOC) \ No newline at end of file +[Back to table of contents](#TOC) -- GitLab