Skip to content

Commit 2de9115

Browse files
committed
Fix copy-paste errors
1 parent c272dbe commit 2de9115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_data_stream_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"parts":{
2121
"name":{
2222
"type":"list",
23-
"description":"A comma-separated list of data streams of which the data stream lifecycle will be deleted; use `*` to get all data streams"
23+
"description":"A comma-separated list of data streams of which the data stream options will be deleted; use `*` to get all data streams"
2424
}
2525
}
2626
}

rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_data_stream_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"parts":{
2222
"name":{
2323
"type":"list",
24-
"description":"A comma-separated list of data streams whose lifecycle will be updated; use `*` to set the lifecycle to all data streams"
24+
"description":"A comma-separated list of data streams whose options will be updated; use `*` to set the options to all data streams"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)