Fix parameter name in example

This commit is contained in:
Eric Pugh 2018-10-26 15:51:30 -04:00 committed by Tomas Fernandez Lobbe
parent c13645bd4c
commit 512cfd886d
1 changed files with 1 additions and 1 deletions

View File

@ -1291,7 +1291,7 @@ The response will include the status of the request and the properties that were
[source,text]
----
http://localhost:8983/solr/admin/collections?action=COLLECTIONPROP&name=coll&propertyName=foo&val=bar&wt=xml
http://localhost:8983/solr/admin/collections?action=COLLECTIONPROP&name=coll&propertyName=foo&propertyValue=bar&wt=xml
----
*Output*