Skip to content

Commit 3c29e5b

Browse files
committed
Add availability information
1 parent f524ea3 commit 3c29e5b

File tree

6 files changed

+27
-81
lines changed

6 files changed

+27
-81
lines changed

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema-serverless.json

Lines changed: 6 additions & 48 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: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/synonyms/delete_synonym_rule/SynonymRuleDeleteRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export interface Request extends RequestBase {
5050
* If `true`, the request will refresh the analyzers with the deleted synonym rule and wait for the new synonyms to be available before returning.
5151
* If `false`, analyzers will not be reloaded with the deleted synonym rule
5252
* @server_default true
53+
* @availability stack since=9.1.0
5354
*/
5455
refresh?: boolean
5556
}

specification/synonyms/put_synonym/SynonymsPutRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export interface Request extends RequestBase {
5757
* If `true`, the request will refresh the analyzers with the new synonyms set and wait for the new synonyms to be available before returning.
5858
* If `false`, analyzers will not be reloaded with the new synonym set
5959
* @server_default true
60+
* @availability stack since=9.1.0
6061
*/
6162
refresh?: boolean
6263
}

specification/synonyms/put_synonym_rule/SynonymRulePutRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export interface Request extends RequestBase {
6262
* If `true`, the request will refresh the analyzers with the new synonym rule and wait for the new synonyms to be available before returning.
6363
* If `false`, analyzers will not be reloaded with the new synonym rule
6464
* @server_default true
65+
* @availability stack since=9.1.0
6566
*/
6667
refresh?: boolean
6768
}

0 commit comments

Comments
 (0)