Skip to content

Commit 6e3ee9f

Browse files
committed
Fix whitespace
1 parent 67a391f commit 6e3ee9f

File tree

19 files changed

+28
-28
lines changed

19 files changed

+28
-28
lines changed

specification/cluster/health/examples/response/ClusterHealthResponseExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# summary:
1+
# summary:
22
description: >
33
A successful response from `GET _cluster/health`.
44
It is the health status of a quiet single node cluster with a single index with one shard and one replica.

specification/features/get_features/examples/response/GetFeaturesResponseExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# summary:
1+
# summary:
22
description: A successful response for retrieving a list of feature states that can be included when taking a snapshot.
33
# type: response
44
# response_code: 200

specification/ilm/delete_lifecycle/examples/response/DeleteLifecycleResponseExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# summary:
1+
# summary:
22
description: A successful response when deleting a lifecycle policy.
33
# type: response
44
# response_code: 200

specification/ilm/explain_lifecycle/examples/response/ExplainLifecycleResponseExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# summary:
1+
# summary:
22
description: A successful response when retrieving the current ILM status for an index.
33
# type: response
44
# response_code: 200

specification/ilm/get_lifecycle/examples/response/GetLifecycleResponseExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# summary:
1+
# summary:
22
description: A successful response when retrieving a lifecycle policy.
33
# type: response
44
# response_code: 200
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# summary:
1+
# summary:
22
description: A successful response when retrieving the current ILM status.
33
# type: response
44
# response_code: 200
55
value: |-
6-
{
7-
"operation_mode": "RUNNING"
8-
}
6+
{
7+
"operation_mode": "RUNNING"
8+
}

specification/ilm/remove_policy/examples/response/RemovePolicyResponseExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# summary:
1+
# summary:
22
description: A successful response when removing a lifecycle policy from an index.
33
# type: response
44
# response_code: 200
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# summary:
1+
# summary:
22
description: A successful response when stating the ILM plugin.
33
# type: response
44
# response_code: 200
55
value: |-
6-
{
7-
"acknowledged": true
8-
}
6+
{
7+
"acknowledged": true
8+
}

specification/ilm/stop/examples/response/StopILMResponseExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# summary:
1+
# summary:
22
description: A successful response when stopping the ILM plugin.
33
# type: response
44
# response_code: 200

specification/ml/explain_data_frame_analytics/examples/request/MlExplainDataFrameAnalyticsRequestExample1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# summary:
1+
# summary:
22
# method_request: POST _ml/data_frame/analytics/_explain
33
description: Run `POST _ml/data_frame/analytics/_explain` to explain a data frame analytics job configuration.
44
# type: request

0 commit comments

Comments
 (0)