Skip to content

Commit 815e7a5

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent d0fded3 commit 815e7a5

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

output/schema/schema.json

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

specification/_json_spec/indices.get_data_stream_settings.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Gets a data stream's settings"
66
},
77
"stability": "stable",
8-
"visibility": "feature_flag",
9-
"feature_flag": "logs_stream",
8+
"visibility": "public",
109
"headers": {
1110
"accept": ["application/json"]
1211
},
@@ -18,20 +17,16 @@
1817
"parts": {
1918
"name": {
2019
"type": "string",
21-
"description": "The name of the data stream or data stream pattern"
20+
"description": "Comma-separated list of data streams or data stream patterns"
2221
}
2322
}
2423
}
2524
]
2625
},
2726
"params": {
28-
"timeout": {
29-
"type": "time",
30-
"description": "Specify timeout for acknowledging the cluster state update"
31-
},
3227
"master_timeout": {
3328
"type": "time",
34-
"description": "Specify timeout for connection to master"
29+
"description": "Period to wait for a connection to the master node"
3530
}
3631
}
3732
}

specification/_json_spec/indices.put_data_stream_settings.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Updates a data stream's settings"
66
},
77
"stability": "stable",
8-
"visibility": "feature_flag",
9-
"feature_flag": "logs_stream",
8+
"visibility": "public",
109
"headers": {
1110
"accept": ["application/json"]
1211
},
@@ -18,7 +17,7 @@
1817
"parts": {
1918
"name": {
2019
"type": "string",
21-
"description": "The name of the data stream or data stream pattern"
20+
"description": "Comma-separated list of data streams or data stream patterns"
2221
}
2322
}
2423
}
@@ -27,16 +26,16 @@
2726
"params": {
2827
"dry_run": {
2928
"type": "boolean",
30-
"description": "Perform a dry run but do not actually change any settings",
29+
"description": "Whether this request should only be a dry run rather than actually applying settings",
3130
"default": false
3231
},
3332
"timeout": {
3433
"type": "time",
35-
"description": "Specify timeout for acknowledging the cluster state update"
34+
"description": "Period to wait for a response"
3635
},
3736
"master_timeout": {
3837
"type": "time",
39-
"description": "Specify timeout for connection to master"
38+
"description": "Period to wait for a connection to the master node"
4039
}
4140
},
4241
"body": {

0 commit comments

Comments
 (0)