Skip to content

Commit

Permalink
Update rest-api-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored and github-actions[bot] committed Dec 5, 2024
1 parent 43d3f4a commit 82bbd54
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 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,6 +709,12 @@
],
"response": []
},
"indices.exists_alias": {
"request": [
"Request: missing json spec query parameter 'master_timeout'"
],
"response": []
},
"indices.exists_index_template": {
"request": [
"Request: missing json spec query parameter 'flat_settings'",
Expand All @@ -723,6 +730,12 @@
],
"response": []
},
"indices.get_alias": {
"request": [
"Request: missing json spec query parameter 'master_timeout'"
],
"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 82bbd54

Please sign in to comment.