gerlowskija commented on a change in pull request #1010: Update documentation 
to fix SOLR-13927
URL: https://github.com/apache/lucene-solr/pull/1010#discussion_r362840331
 
 

 ##########
 File path: 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 `/collection/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}/schema/` endpoint with a sequence of commands in JSON 
format to perform the requested actions. The following commands are supported:
 
 Review comment:
   Should the path here be something like: 
`/api/{collections|cores}/{name}/schema`?  As-is I think it's missing the name 
of a specific collection.  It doesn't line up with the URL in the example below.
   
   If I don't hear from you in a few days I'll make this change myself and 
merge.  
   Thanks as always for the fixes @epugh 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to