From 7f9cb0fbbc1b35e1f2bf2651af09afdc649e925d 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 7125c294e..5743704ff 100644 --- a/docs/tutorial/IndexerService.md +++ b/docs/tutorial/IndexerService.md @@ -145,7 +145,7 @@ will use the same schema and overwrite records with the same ids. Default value [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. ``` @@ -345,4 +345,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