Skip to content

Commit 6e7ee02

Browse files
committed
uncommenting type and response_code
1 parent 6592987 commit 6e7ee02

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

output/schema/schema.json

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

specification/indices/get_data_stream_mappings/examples/200_response/IndicesGetDataStreamMappingsResponseExample1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ summary: Get data stream settings on a data stream
22
description: >
33
This is a response to `GET /_data_stream/my-data-stream/_settings` where my-data-stream that has two settings set. The
44
`effective_settings` field shows additional settings that are pulled from its template.
5-
# type: response
6-
# response_code: 200
5+
type: response
6+
response_code: 200
77
value: |-
88
{
99
"data_streams": [

specification/indices/put_data_stream_mappings/examples/200_response/IndicesPutDataStreamMappingsResponseExample1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: >
33
This shows a response to `PUT /_data_stream/my-data-stream/_settings` when two settings are successfully updated on
44
the data stream. In this case, `index.number_of_shards` is only applied to the data stream -- it will be applied to
55
the write index on rollover. The setting `index.lifecycle.name` is applied to the data stream and all backing indices.
6-
# type: response
7-
# response_code: 200
6+
type: response
7+
response_code: 200
88
value: |-
99
{
1010
"data_streams": [

specification/indices/put_data_stream_mappings/examples/200_response/IndicesPutDataStreamMappingsResponseExample2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ summary: Attempt to change a data stream setting that is not allowed
22
description: >
33
This shows a response to `PUT /_data_stream/my-data-stream/_settings` when a user attempts to set a setting that is
44
not allowed on a data stream. As a result, no change was applied to the data stream.
5-
# type: response
6-
# response_code: 200
5+
type: response
6+
response_code: 200
77
value: |-
88
{
99
"data_streams": [

0 commit comments

Comments
 (0)