diff --git a/api-ref/src/wadls/clustering-api/src/v1/common.ent b/api-ref/src/wadls/clustering-api/src/v1/common.ent
index 682ce3feb..64cdea0ba 100644
--- a/api-ref/src/wadls/clustering-api/src/v1/common.ent
+++ b/api-ref/src/wadls/clustering-api/src/v1/common.ent
@@ -9,8 +9,8 @@
If you are an administrative user and you set this value to
- True
, the call returns all objects from all projects.
- Default is False
, which returns only objects in the
+ true
, the call returns all objects from all projects.
+ Default is false
, which returns only objects in the
current project.
diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-type-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-type-show-response.json
index 90ea4f76c..1691736f6 100644
--- a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-type-show-response.json
+++ b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-type-show-response.json
@@ -21,7 +21,7 @@
},
"destroy_after_deletion": {
"default": true,
- "description": "Whether a node should be completely destroyed after deletion. Default to True",
+ "description": "Whether a node should be completely destroyed after deletion. Default to true",
"required": false,
"type": "Boolean"
},
@@ -33,7 +33,7 @@
},
"reduce_desired_capacity": {
"default": false,
- "description": "Whether the desired capacity of the cluster should be reduced along the deletion. Default to False.",
+ "description": "Whether the desired capacity of the cluster should be reduced along the deletion. Default to false.",
"required": false,
"type": "Boolean"
}
diff --git a/api-ref/src/wadls/clustering-api/src/v1/wadl/clustering-api.wadl b/api-ref/src/wadls/clustering-api/src/v1/wadl/clustering-api.wadl
index ae83fcbf8..e8bedf85f 100644
--- a/api-ref/src/wadls/clustering-api/src/v1/wadl/clustering-api.wadl
+++ b/api-ref/src/wadls/clustering-api/src/v1/wadl/clustering-api.wadl
@@ -1145,7 +1145,7 @@
Indicates whether the node details are returned.
- Default is False
.
+ Default is false
.