Skip to content

Commit 8d7d457

Browse files
github-actions[bot]pquentinl-trotta
authored
Update rest-api-spec (#4423)
Co-authored-by: pquentin <42327+pquentin@users.noreply.github.com> Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
1 parent 5096167 commit 8d7d457

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)