diff --git a/ambari-server/docs/api/v1/configuration.md b/ambari-server/docs/api/v1/configuration.md index 886a2bc3045..60b7f770446 100644 --- a/ambari-server/docs/api/v1/configuration.md +++ b/ambari-server/docs/api/v1/configuration.md @@ -102,7 +102,8 @@ and then apply it to the cluster: "Clusters": { "desired_config": { "type": "core-site", - "tag": "version2", + "tag": "version2" + } } } @@ -118,6 +119,7 @@ The other, more efficient way is to create and apply a configuration on a cluste "a": "b", /* etc */ } + } } }