Skip to content

Commit b99b9cc

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 34dfe8b commit b99b9cc

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

output/schema/validation-errors.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
2-
"endpointErrors": {
3-
"streams.status": {
4-
"request": [
5-
"Request: query parameter 'master_timeout' does not exist in the json spec",
6-
"Request: missing json spec query parameter 'mater_timeout'"
7-
],
8-
"response": []
9-
}
10-
},
2+
"endpointErrors": {},
113
"generalErrors": [
124
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
135
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

specification/_json_spec/streams.status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"params": {
22-
"mater_timeout": {
22+
"master_timeout": {
2323
"type": "time",
2424
"description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error."
2525
}

0 commit comments

Comments
 (0)