Skip to content

Commit

Permalink
[DOCS] Edit search application summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 30, 2024
1 parent 9a0db4c commit 3437e87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 3437e87

Please sign in to comment.