Skip to content

Commit 08f4083

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 8e91c06 commit 08f4083

7 files changed

+76
-3
lines changed

output/schema/validation-errors.json

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

specification/_json_spec/indices.create_data_stream.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
}
2424
]
2525
},
26-
"params": {}
26+
"params": {
27+
"timeout": {
28+
"type": "time",
29+
"description": "Specify timeout for acknowledging the cluster state update"
30+
},
31+
"master_timeout": {
32+
"type": "time",
33+
"description": "Specify timeout for connection to master"
34+
}
35+
}
2736
}
2837
}

specification/_json_spec/indices.delete_data_stream.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"options": ["open", "closed", "hidden", "none", "all"],
3030
"default": "open",
3131
"description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)"
32+
},
33+
"master_timeout": {
34+
"type": "time",
35+
"description": "Specify timeout for connection to master"
3236
}
3337
}
3438
}

specification/_json_spec/indices.get_data_lifecycle.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"include_defaults": {
3434
"type": "boolean",
3535
"description": "Return all relevant default configurations for the data stream (default: false)"
36+
},
37+
"master_timeout": {
38+
"type": "time",
39+
"description": "Specify timeout for connection to master"
3640
}
3741
}
3842
}

specification/_json_spec/indices.get_data_stream.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
"include_defaults": {
3838
"type": "boolean",
3939
"description": "Return all relevant default configurations for the data stream (default: false)"
40+
},
41+
"master_timeout": {
42+
"type": "time",
43+
"description": "Specify timeout for connection to master"
4044
}
4145
}
4246
}

specification/_json_spec/indices.migrate_to_data_stream.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
}
2424
]
2525
},
26-
"params": {}
26+
"params": {
27+
"timeout": {
28+
"type": "time",
29+
"description": "Specify timeout for acknowledging the cluster state update"
30+
},
31+
"master_timeout": {
32+
"type": "time",
33+
"description": "Specify timeout for connection to master"
34+
}
35+
}
2736
}
2837
}

specification/_json_spec/indices.promote_data_stream.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
}
2424
]
2525
},
26-
"params": {}
26+
"params": {
27+
"master_timeout": {
28+
"type": "time",
29+
"description": "Specify timeout for connection to master"
30+
}
31+
}
2732
}
2833
}

0 commit comments

Comments
 (0)