You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by mk...@apache.org on 2023/07/18 08:13:55 UTC

[solr] branch mkhludnev-patch-1 created (now a8b82d8d55e)

This is an automated email from the ASF dual-hosted git repository.

mkhl pushed a change to branch mkhludnev-patch-1
in repository https://gitbox.apache.org/repos/asf/solr.git


      at a8b82d8d55e Update v2-api.adoc: remove mention of /api/c

This branch includes the following new commits:

     new a8b82d8d55e Update v2-api.adoc: remove mention of /api/c

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[solr] 01/01: Update v2-api.adoc: remove mention of /api/c

Posted by mk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mkhl pushed a commit to branch mkhludnev-patch-1
in repository https://gitbox.apache.org/repos/asf/solr.git

commit a8b82d8d55ef4b822217aab8f162c458786ae99f
Author: Mikhail Khludnev <mk...@users.noreply.github.com>
AuthorDate: Tue Jul 18 11:13:51 2023 +0300

    Update v2-api.adoc: remove mention of /api/c
    
    I haven't found this alias anywhere in code. When I checked 9.3 RC1 /api/c isn't handled either. Perhaps I miss something.
---
 solr/solr-ref-guide/modules/configuration-guide/pages/v2-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/v2-api.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/v2-api.adoc
index a3a9e980d06..79882093a6d 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/v2-api.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/v2-api.adoc
@@ -39,7 +39,7 @@ Following are some v2 API URL paths and path prefixes, along with some of the op
 [width="100%",options="header",]
 |===
 |Path prefix |Some Supported Operations
-|`/api/collections` or equivalently: `/api/c` |Create, alias, backup, and restore a collection.
+|`/api/collections` |Create, alias, backup, and restore a collection.
 |`/api/c/_collection-name_/update` |Update requests.
 |`/api/c/_collection-name_/config` |Configuration requests.
 |`/api/c/_collection-name_/schema` |Schema requests.