Skip to content

Commit da02c1e

Browse files
Update rest-api-spec main (#1695)
Co-authored-by: delvedor <[email protected]>
1 parent ce57593 commit da02c1e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

output/schema/validation-errors.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/cluster.delete_voting_config_exclusions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"type": "boolean",
2323
"description": "Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list.",
2424
"default": true
25+
},
26+
"master_timeout": {
27+
"type": "time",
28+
"description": "Timeout for submitting request to master",
29+
"default": "30s"
2530
}
2631
}
2732
}

specification/_json_spec/cluster.post_voting_config_exclusions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"type": "time",
3131
"description": "Explicit operation timeout",
3232
"default": "30s"
33+
},
34+
"master_timeout": {
35+
"type": "time",
36+
"description": "Timeout for submitting request to master",
37+
"default": "30s"
3338
}
3439
}
3540
}

0 commit comments

Comments
 (0)