From b2f51f194139db7722fefe69d5123f6ab43c3a0f Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Mon, 27 Jan 2020 16:36:27 -0600 Subject: [PATCH] Ref Guide: fix undefined substitution error caused by formatting of variables in paths --- solr/solr-ref-guide/src/schema-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/schema-api.adoc b/solr/solr-ref-guide/src/schema-api.adoc index 2f5a5e028d8..18133440fe5 100644 --- a/solr/solr-ref-guide/src/schema-api.adoc +++ b/solr/solr-ref-guide/src/schema-api.adoc @@ -73,7 +73,7 @@ bin/solr -e cloud -noprompt == Modify the Schema -To add, remove or replace fields, dynamic field rules, copy field rules, or new field types, you can send a POST request to the `/api/{collections|cores}/{name}/schema/` endpoint with a sequence of commands in JSON format to perform the requested actions. The following commands are supported: +To add, remove or replace fields, dynamic field rules, copy field rules, or new field types, you can send a POST request to the `/api///schema/` endpoint with a sequence of commands in JSON format to perform the requested actions. The following commands are supported: * `add-field`: add a new field with parameters you provide. * `delete-field`: delete a field.