fix JSON syntax error in bucket create example, closes influxdata/DAR#261 (#3535)
parent
f725b1ad43
commit
460e80229a
|
@ -14,5 +14,5 @@ curl --request POST \
|
||||||
"everySeconds": 86400,
|
"everySeconds": 86400,
|
||||||
"shardGroupDurationSeconds": 0
|
"shardGroupDurationSeconds": 0
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
}'
|
}'
|
||||||
|
|
Loading…
Reference in New Issue