Add missing double quote - from comment in Confluence

This commit is contained in:
Jan Høydahl 2017-05-18 10:08:17 +02:00
parent 38205d7ada
commit 318e546d1b
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ curl --user solr:SolrRocks -H 'Content-type:application/json' -d '{
"set-permission": {"collection": null,
"path":"/admin/collections",
"params":{"action":[LIST, CREATE]},
"before: 3,
"before": 3,
"role": "admin"}
}' http://localhost:8983/solr/admin/authorization
----