Skip to content

Commit

Permalink
[OpenAPI] Edit search application summaries (#2926) (#2946)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7f06834)

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
github-actions[bot] and lcawl authored Sep 27, 2024
1 parent 7f3a5f3 commit 2e9ca64
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 39 deletions.
20 changes: 12 additions & 8 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import { RequestBase } from '@_types/Base'
import { Name } from '@_types/common'

/**
* Deletes a search application.
* Delete a search application.
* Remove a search application and its associated alias. Indices attached to the search application are not removed.
* @rest_spec_name search_application.delete
* @availability stack since=8.8.0 stability=beta
* @availability serverless stability=beta visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { Name } from '@_types/common'

/**
* Delete a behavioral analytics collection.
* The associated data stream is also deleted.
* @rest_spec_name search_application.delete_behavioral_analytics
* @availability stack since=8.8.0 stability=experimental
* @availability serverless stability=experimental visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { RequestBase } from '@_types/Base'
import { Name } from '@_types/common'

/**
* Returns the details about a search application
* Get search application details.
* @rest_spec_name search_application.get
* @availability stack since=8.8.0 stability=beta
* @availability serverless stability=beta visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { RequestBase } from '@_types/Base'
import { Name } from '@_types/common'

/**
* Returns the existing behavioral analytics collections.
* Get behavioral analytics collections.
* @rest_spec_name search_application.get_behavioral_analytics
* @availability stack since=8.8.0 stability=experimental
* @availability serverless stability=experimental visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { Name } from '@_types/common'
import { SearchApplication } from '../_types/SearchApplication'

/**
* Creates or updates a search application.
* Create or update a search application.
* @rest_spec_name search_application.put
* @availability stack since=8.8.0 stability=beta
* @availability serverless stability=beta visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { RequestBase } from '@_types/Base'
import { Name } from '@_types/common'

/**
* Creates a behavioral analytics collection.
* Create a behavioral analytics collection.
* @rest_spec_name search_application.put_behavioral_analytics
* @availability stack since=8.8.0 stability=experimental
* @availability serverless stability=experimental visibility=public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ import { RequestBase } from '@_types/Base'
import { Name } from '@_types/common'

/**
* Perform a search against a search application.
* Run a search application search.
* Generate and run an Elasticsearch query that uses the specified query parameteter and the search template associated with the search application or default template.
* Unspecified template parameters are assigned their default values if applicable.
* @rest_spec_name search_application.search
* @availability stack since=8.8.0 stability=beta
* @availability serverless stability=beta visibility=public
Expand Down

0 comments on commit 2e9ca64

Please sign in to comment.