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

epugh 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 b4f86babaa1 Fixed API examples for node-roles (#1825)
b4f86babaa1 is described below

commit b4f86babaa1487dc8b540c217315de01518ade02
Author: Ovidiu M <[email protected]>
AuthorDate: Tue Oct 3 22:54:06 2023 +0300

    Fixed API examples for node-roles (#1825)
---
 solr/solr-ref-guide/modules/deployment-guide/pages/node-roles.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/node-roles.adoc 
b/solr/solr-ref-guide/modules/deployment-guide/pages/node-roles.adoc
index a6fff6c814e..a261d23e70c 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/node-roles.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/node-roles.adoc
@@ -165,7 +165,7 @@ Fetches the current node roles assignment for a specified 
role.
 *Input*
 [source,text]
 ----
-http://localhost:8983/api/node-roles/role/data
+http://localhost:8983/api/cluster/node-roles/role/data
 ----
 
 *Output*
@@ -184,7 +184,7 @@ http://localhost:8983/api/node-roles/role/data
 *Input*
 [source,text]
 ----
-http://localhost:8983/api/node-roles/role/data/off
+http://localhost:8983/api/cluster/node-roles/role/data/off
 ----
 
 *Output*

Reply via email to