Skip to content

Commit

Permalink
Update rest-api-spec main (#3251)
Browse files Browse the repository at this point in the history
Co-authored-by: pquentin <[email protected]>
  • Loading branch information
github-actions[bot] and pquentin authored Dec 6, 2024
1 parent 97b54a1 commit d686832
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
13 changes: 1 addition & 12 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"Request: missing json spec query parameter 'help'",
"Request: missing json spec query parameter 's'",
"Request: missing json spec query parameter 'v'",
"Request: missing json spec query parameter 'master_timeout'",
"request definition cat.aliases:Request / body - A request with inherited properties must have a PropertyBody"
],
"response": []
Expand Down Expand Up @@ -708,12 +709,6 @@
],
"response": []
},
"indices.exists_alias": {
"request": [
"Request: query parameter 'master_timeout' does not exist in the json spec"
],
"response": []
},
"indices.exists_index_template": {
"request": [
"Request: missing json spec query parameter 'flat_settings'",
Expand All @@ -729,12 +724,6 @@
],
"response": []
},
"indices.get_alias": {
"request": [
"Request: query parameter 'master_timeout' does not exist in the json spec"
],
"response": []
},
"indices.put_settings": {
"request": [
"Request: missing json spec query parameter 'reopen'"
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/cat.aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"options": ["open", "closed", "hidden", "none", "all"],
"default": "all",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"master_timeout": {
"type": "time",
"description": "Timeout for waiting for new cluster state in case it is blocked",
"default": "30s"
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/indices.exists_alias.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"options": ["open", "closed", "hidden", "none", "all"],
"default": "all",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"master_timeout": {
"type": "time",
"description": "Timeout for waiting for new cluster state in case it is blocked",
"default": "30s"
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions specification/_json_spec/indices.get_alias.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
"options": ["open", "closed", "hidden", "none", "all"],
"default": "all",
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"master_timeout": {
"type": "time",
"description": "Timeout for waiting for new cluster state in case it is blocked",
"default": "30s"
}
}
}
Expand Down

0 comments on commit d686832

Please sign in to comment.