Skip to content

Commit e2a7407

Browse files
authored
Merge branch 'main' into query-parameter-string-unions
2 parents 9cabbee + 782b0c0 commit e2a7407

File tree

5 files changed

+156
-5
lines changed

5 files changed

+156
-5
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
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: 151 additions & 0 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/create_from/MigrateCreateFromRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { IndexSettings } from '@indices/_types/IndexSettings'
2828
* Copy the mappings and settings from the source index to a destination index while allowing request settings and mappings to override the source values.
2929
* @rest_spec_name indices.create_from
3030
* @availability stack since=8.18.0 stability=experimental
31-
* @availability serverless stability=experimental visibility=private
31+
* @availability serverless stability=experimental visibility=public
3232
* @doc_id migration-api-create-from
3333
* @doc_tag migration
3434
*/

specification/inference/put_custom/PutCustomRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import { InferenceChunkingSettings } from '@inference/_types/Services'
7171
* * `${top_n}` refers to the `top_n` field available when performing rerank requests.
7272
* * `${return_documents}` refers to the `return_documents` field available when performing rerank requests.
7373
* @rest_spec_name inference.put_custom
74-
* @availability stack since=8.13.0 stability=stable visibility=public
74+
* @availability stack since=8.19.0 stability=stable visibility=public
7575
* @availability serverless stability=stable visibility=public
7676
* @cluster_privileges manage_inference
7777
* @doc_id inference-api-put-custom

0 commit comments

Comments
 (0)