Ref Guide: fix undefined substitution error caused by formatting of variables in paths

This commit is contained in:
Cassandra Targett 2020-01-27 16:36:27 -06:00
parent 53f7b394e4
commit b2f51f1941
1 changed files with 1 additions and 1 deletions

View File

@ -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/<collections|cores>/<name>/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.