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
1 changed files with 4 additions and 8 deletions

View File

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