Skip to content

Commit 16f3c41

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent f15ccea commit 16f3c41

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

specification/_json_spec/indices.get_data_stream_settings.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,16 @@
1818
"parts": {
1919
"name": {
2020
"type": "string",
21-
"description": "The name of the data stream or data stream pattern"
21+
"description": "Comma-separated list of data streams or data stream patterns"
2222
}
2323
}
2424
}
2525
]
2626
},
2727
"params": {
28-
"timeout": {
29-
"type": "time",
30-
"description": "Specify timeout for acknowledging the cluster state update"
31-
},
3228
"master_timeout": {
3329
"type": "time",
34-
"description": "Specify timeout for connection to master"
30+
"description": "Period to wait for a connection to the master node"
3531
}
3632
}
3733
}

specification/_json_spec/indices.put_data_stream_settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"parts": {
1919
"name": {
2020
"type": "string",
21-
"description": "The name of the data stream or data stream pattern"
21+
"description": "Comma-separated list of data streams or data stream patterns"
2222
}
2323
}
2424
}
@@ -27,16 +27,16 @@
2727
"params": {
2828
"dry_run": {
2929
"type": "boolean",
30-
"description": "Perform a dry run but do not actually change any settings",
30+
"description": "Whether this request should only be a dry run rather than actually applying settings",
3131
"default": false
3232
},
3333
"timeout": {
3434
"type": "time",
35-
"description": "Specify timeout for acknowledging the cluster state update"
35+
"description": "Period to wait for a response"
3636
},
3737
"master_timeout": {
3838
"type": "time",
39-
"description": "Specify timeout for connection to master"
39+
"description": "Period to wait for a connection to the master node"
4040
}
4141
},
4242
"body": {

0 commit comments

Comments
 (0)