Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
"description": "Deletes the data stream options of the selected data streams."
},
"stability": "experimental",
"visibility": "feature_flag",
"feature_flag": "es.failure_store_feature_flag_enabled",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
"description": "Returns the data stream options of the selected data streams."
},
"stability": "experimental",
"visibility": "feature_flag",
"feature_flag": "es.failure_store_feature_flag_enabled",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
"description": "Updates the data stream options of the selected data streams."
},
"stability": "experimental",
"visibility": "feature_flag",
"feature_flag": "es.failure_store_feature_flag_enabled",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
6 changes: 6 additions & 0 deletions specification/_json_spec/synonyms.delete_synonym_rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
}
}
]
},
"params": {
"refresh": {
"type": "boolean",
"description": "Refresh search analyzers to update synonyms"
}
}
}
}
6 changes: 6 additions & 0 deletions specification/_json_spec/synonyms.put_synonym.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
}
]
},
"params": {
"refresh": {
"type": "boolean",
"description": "Refresh search analyzers to update synonyms"
}
},
"body": {
"description": "Synonyms set rules",
"required": true
Expand Down
6 changes: 6 additions & 0 deletions specification/_json_spec/synonyms.put_synonym_rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
}
]
},
"params": {
"refresh": {
"type": "boolean",
"description": "Refresh search analyzers to update synonyms"
}
},
"body": {
"description": "Synonym rule",
"required": true
Expand Down