From 72a76ba86e19413730777fc2ea16dcb2517b7674 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Fri, 26 Oct 2018 15:51:30 -0400 Subject: [PATCH] Fix parameter name in example --- solr/solr-ref-guide/src/collections-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc index ec8517d9e55c..ccaef59dda54 100644 --- a/solr/solr-ref-guide/src/collections-api.adoc +++ b/solr/solr-ref-guide/src/collections-api.adoc @@ -1287,7 +1287,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*