Skip to content

Commit 4e1cfba

Browse files
Merge branch 'main' into Update-Inference-specification-for-Hugging-Face's-rerank-task
2 parents 9663bf8 + f15ccea commit 4e1cfba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/modeling-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,9 @@ class Request {
671671
}
672672
```
673673
674+
You can see the existing tag values in [elasticsearch-shared-overlays.yaml](https://github.com/elastic/elasticsearch-specification/blob/main/docs/overlays/elasticsearch-shared-overlays.yaml).
675+
If you add a new tag value in your specification, you must also add it to this file.
676+
674677
NOTE: In the OpenAPI specification, operations can have multiple tags. However, we currently support only a single tag.
675678
676679

specification/_json_spec/indices.put_data_stream_settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
]
2626
},
2727
"params": {
28+
"dry_run": {
29+
"type": "boolean",
30+
"description": "Perform a dry run but do not actually change any settings",
31+
"default": false
32+
},
2833
"timeout": {
2934
"type": "time",
3035
"description": "Specify timeout for acknowledging the cluster state update"

0 commit comments

Comments
 (0)