Fixing trove config group request

Corrects the documentation of the create configuration group request.

Closes-Bug: #1627145
Change-Id: Id1624bcc1f0e79908d78fa62bfe76f00d68623da
This commit is contained in:
Kim Jensen 2016-09-23 12:31:19 -06:00 committed by amrith
parent 7c405f3d39
commit 931b993063

View File

@ -1,15 +1,11 @@
{ {
"configuration": { "configuration": {
"datastore": [ "datastore": {
{
"type": "mysql" "type": "mysql"
} },
], "values": {
"values": [
{
"sync_binlog": 1 "sync_binlog": 1
} },
],
"name": "group1" "name": "group1"
} }
} }