Skip to content

Commit 04d4a26

Browse files
authored
Add more summaries (#2719)
1 parent 31f474d commit 04d4a26

File tree

20 files changed

+198
-145
lines changed

20 files changed

+198
-145
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 62 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 62 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/bulk/BulkRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { OperationContainer, UpdateAction } from './types'
3030
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
3131

3232
/**
33+
* Bulk index or delete documents.
3334
* Performs multiple indexing or delete operations in a single API call.
3435
* This reduces overhead and can greatly increase indexing speed.
3536
* @rest_spec_name bulk

specification/_global/delete_script/DeleteScriptRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { Id } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25+
* Delete a script or search template.
2526
* Deletes a stored script or search template.
2627
* @rest_spec_name delete_script
2728
* @availability stack stability=stable

specification/_global/get_script/GetScriptRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { Id } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25+
* Get a script or search template.
2526
* Retrieves a stored script or search template.
2627
* @rest_spec_name get_script
2728
* @availability stack stability=stable

specification/_global/put_script/PutScriptRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { StoredScript } from '@_types/Scripting'
2323
import { Duration } from '@_types/Time'
2424

2525
/**
26+
* Create or update a script or search template.
2627
* Creates or updates a stored script or search template.
2728
* @rest_spec_name put_script
2829
* @availability stack stability=stable

specification/_global/scripts_painless_execute/ExecutePainlessScriptRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { Script } from '@_types/Scripting'
2222
import { PainlessContextSetup } from './types'
2323

2424
/**
25+
* Run a script.
2526
* Runs a script and returns a result.
2627
* @rest_spec_name scripts_painless_execute
2728
* @availability stack since=6.3.0 stability=experimental

specification/cluster/delete_component_template/ClusterDeleteComponentTemplateRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { Names } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25+
* Delete component templates.
2526
* Deletes component templates.
2627
* Component templates are building blocks for constructing index templates that specify index mappings, settings, and aliases.
2728
* @rest_spec_name cluster.delete_component_template

specification/cluster/exists_component_template/ClusterComponentTemplateExistsRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import { Names } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
25+
* Check component templates.
26+
* Returns information about whether a particular component template exists.
2527
* @rest_spec_name cluster.exists_component_template
2628
* @availability stack since=7.8.0 stability=stable
2729
* @availability serverless stability=stable visibility=public

0 commit comments

Comments
 (0)