Skip to content

Commit 3e1df48

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent cd9c337 commit 3e1df48

8 files changed

+48
-18
lines changed

output/schema/schema.json

+6-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

+18
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,24 @@
133133
],
134134
"response": []
135135
},
136+
"synonyms.delete_synonym_rule": {
137+
"request": [
138+
"Request: missing json spec query parameter 'refresh'"
139+
],
140+
"response": []
141+
},
142+
"synonyms.put_synonym": {
143+
"request": [
144+
"Request: missing json spec query parameter 'refresh'"
145+
],
146+
"response": []
147+
},
148+
"synonyms.put_synonym_rule": {
149+
"request": [
150+
"Request: missing json spec query parameter 'refresh'"
151+
],
152+
"response": []
153+
},
136154
"transform.get_transform": {
137155
"request": [],
138156
"response": [

specification/_json_spec/indices.delete_data_stream_options.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
55
"description": "Deletes the data stream options of the selected data streams."
66
},
7-
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.failure_store_feature_flag_enabled",
7+
"stability": "stable",
8+
"visibility": "public",
109
"headers": {
1110
"accept": ["application/json"]
1211
},

specification/_json_spec/indices.get_data_stream_options.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
55
"description": "Returns the data stream options of the selected data streams."
66
},
7-
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.failure_store_feature_flag_enabled",
7+
"stability": "stable",
8+
"visibility": "public",
109
"headers": {
1110
"accept": ["application/json"]
1211
},

specification/_json_spec/indices.put_data_stream_options.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
55
"description": "Updates the data stream options of the selected data streams."
66
},
7-
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.failure_store_feature_flag_enabled",
7+
"stability": "stable",
8+
"visibility": "public",
109
"headers": {
1110
"accept": ["application/json"],
1211
"content_type": ["application/json"]

specification/_json_spec/synonyms.delete_synonym_rule.json

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
}
2828
}
2929
]
30+
},
31+
"params": {
32+
"refresh": {
33+
"type": "boolean",
34+
"description": "Refresh search analyzers to update synonyms"
35+
}
3036
}
3137
}
3238
}

specification/_json_spec/synonyms.put_synonym.json

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
}
2525
]
2626
},
27+
"params": {
28+
"refresh": {
29+
"type": "boolean",
30+
"description": "Refresh search analyzers to update synonyms"
31+
}
32+
},
2733
"body": {
2834
"description": "Synonyms set rules",
2935
"required": true

specification/_json_spec/synonyms.put_synonym_rule.json

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
}
2929
]
3030
},
31+
"params": {
32+
"refresh": {
33+
"type": "boolean",
34+
"description": "Refresh search analyzers to update synonyms"
35+
}
36+
},
3137
"body": {
3238
"description": "Synonym rule",
3339
"required": true

0 commit comments

Comments
 (0)