This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_9_4
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_4 by this push:
new e5056fb931a Fixed API examples for node-roles (#1825)
e5056fb931a is described below
commit e5056fb931a1857fc3bf1a1e0d15736fbeff905e
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*