You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2023/08/22 19:44:57 UTC

[solr] branch branch_9x updated: Update v2-api.adoc: remove mention of /api/c (#1790)

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

gerlowskija pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 004861e7e33 Update v2-api.adoc: remove mention of /api/c (#1790)
004861e7e33 is described below

commit 004861e7e33857bbeb71fb7597812a3bb6988dd7
Author: Mikhail Khludnev <mk...@users.noreply.github.com>
AuthorDate: Tue Aug 22 22:36:44 2023 +0300

    Update v2-api.adoc: remove mention of /api/c (#1790)
---
 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.