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.