Skip to content

Commit 27a732a

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 9e631d8 commit 27a732a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

specification/_json_spec/indices.get_data_stream_settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"params": {
2727
"master_timeout": {
2828
"type": "time",
29-
"description": "Period to wait for a connection to the master node",
30-
"default": "30s"
29+
"description": "Period to wait for a connection to the master node"
3130
}
3231
}
3332
}

specification/_json_spec/indices.put_data_stream_settings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@
3131
},
3232
"timeout": {
3333
"type": "time",
34-
"description": "Period to wait for a response",
35-
"default": "30s"
34+
"description": "Period to wait for a response"
3635
},
3736
"master_timeout": {
3837
"type": "time",
39-
"description": "Period to wait for a connection to the master node",
40-
"default": "30s"
38+
"description": "Period to wait for a connection to the master node"
4139
}
4240
},
4341
"body": {

0 commit comments

Comments
 (0)