From 3437e8783dba6d06218a957e88a64d50b288a2f2 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 30 Dec 2024 15:25:54 -0800 Subject: [PATCH] [DOCS] Edit search application summaries --- .../delete/SearchApplicationsDeleteRequest.ts | 2 ++ .../search_application/get/SearchApplicationsGetRequest.ts | 1 + .../search_application/list/SearchApplicationsListRequest.ts | 4 +++- .../search_application/put/SearchApplicationsPutRequest.ts | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/specification/search_application/delete/SearchApplicationsDeleteRequest.ts b/specification/search_application/delete/SearchApplicationsDeleteRequest.ts index c0ec929057..ecd7ee74a3 100644 --- a/specification/search_application/delete/SearchApplicationsDeleteRequest.ts +++ b/specification/search_application/delete/SearchApplicationsDeleteRequest.ts @@ -25,6 +25,8 @@ import { Name } from '@_types/common' * @rest_spec_name search_application.delete * @availability stack since=8.8.0 stability=beta * @availability serverless stability=beta visibility=public + * @cluster_privileges manage_search_application + * @index_privileges manage */ export interface Request extends RequestBase { path_parts: { diff --git a/specification/search_application/get/SearchApplicationsGetRequest.ts b/specification/search_application/get/SearchApplicationsGetRequest.ts index f9a7ed3378..272d7b2371 100644 --- a/specification/search_application/get/SearchApplicationsGetRequest.ts +++ b/specification/search_application/get/SearchApplicationsGetRequest.ts @@ -24,6 +24,7 @@ import { Name } from '@_types/common' * @rest_spec_name search_application.get * @availability stack since=8.8.0 stability=beta * @availability serverless stability=beta visibility=public + * @cluster_privileges manage_search_application */ export interface Request extends RequestBase { path_parts: { diff --git a/specification/search_application/list/SearchApplicationsListRequest.ts b/specification/search_application/list/SearchApplicationsListRequest.ts index c7ace9689c..62d2d234df 100644 --- a/specification/search_application/list/SearchApplicationsListRequest.ts +++ b/specification/search_application/list/SearchApplicationsListRequest.ts @@ -20,10 +20,12 @@ import { RequestBase } from '@_types/Base' import { integer } from '@_types/Numeric' /** - * Returns the existing search applications. + * Get search applications. + * Get information about search applications. * @rest_spec_name search_application.list * @availability stack since=8.8.0 stability=beta * @availability serverless stability=beta visibility=public + * @cluster_privileges manage_search_application */ export interface Request extends RequestBase { query_parameters: { diff --git a/specification/search_application/put/SearchApplicationsPutRequest.ts b/specification/search_application/put/SearchApplicationsPutRequest.ts index b5d66e6f50..7a85cd65bd 100644 --- a/specification/search_application/put/SearchApplicationsPutRequest.ts +++ b/specification/search_application/put/SearchApplicationsPutRequest.ts @@ -25,6 +25,8 @@ import { SearchApplicationParameters } from '../_types/SearchApplicationParamete * @rest_spec_name search_application.put * @availability stack since=8.8.0 stability=beta * @availability serverless stability=beta visibility=public + * @cluster_privileges manage_search_application + * @index_privileges manage */ export interface Request extends RequestBase { path_parts: {