epugh commented on a change in pull request #2401: URL: https://github.com/apache/lucene-solr/pull/2401#discussion_r580298998
########## File path: solr/solr-ref-guide/src/collection-management.adoc ########## @@ -264,16 +381,33 @@ processing of updates and reloads the collection. Fetch the names of the collections in the cluster. -`/admin/collections?action=LIST` - -=== Examples using LIST +[.dynamic-tabs] +-- +[example.tab-pane#v1listcollection] +==== +[.tab-label]*V1 API* -*Input* +With the v1 API, the `list` command must be capitalized as `LIST`: -[source,text] +[source,bash] ---- http://localhost:8983/solr/admin/collections?action=LIST ---- +==== + +[example.tab-pane#v2listcollection] +==== +[.tab-label]*V2 API* + +With the v2 API, the `modify` command is provided as part of the JSON data that contains the required parameters: Review comment: Doh! right, we don't need this sentence all, cause it is one of the few v2 commands that actually behaves the way a RESTful command should ;-) ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org