trove/api-ref/source/samples/db-create-config-group-request.json
Kim Jensen 931b993063 Fixing trove config group request
Corrects the documentation of the create configuration group request.

Closes-Bug: #1627145
Change-Id: Id1624bcc1f0e79908d78fa62bfe76f00d68623da
2016-09-23 18:37:27 +00:00

12 lines
188 B
JSON

{
"configuration": {
"datastore": {
"type": "mysql"
},
"values": {
"sync_binlog": 1
},
"name": "group1"
}
}