From 902733cd7effd37c0ef45931f0d8a6fa57fc2dcd Mon Sep 17 00:00:00 2001 From: Tzach Livyatan Date: Wed, 14 Feb 2024 08:28:49 +0200 Subject: [PATCH] Docs: rename doc page from REST tp Admin REST API Closes scylladb/scylladb#17334 --- docs/operating-scylla/_common/tools_index.rst | 2 +- docs/operating-scylla/admin-tools/index.rst | 2 +- docs/operating-scylla/rest.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/operating-scylla/_common/tools_index.rst b/docs/operating-scylla/_common/tools_index.rst index 1d78c15490..7f493dbeaf 100644 --- a/docs/operating-scylla/_common/tools_index.rst +++ b/docs/operating-scylla/_common/tools_index.rst @@ -1,6 +1,6 @@ * :doc:`Nodetool Reference` - Scylla commands for managing Scylla node or cluster using the command-line nodetool utility. * :doc:`CQLSh - the CQL shell`. -* :doc:`REST - Scylla REST/HTTP Admin API`. +* :doc:`Admin REST API - ScyllaDB Node Admin API`. * :doc:`Tracing ` - a ScyllaDB tool for debugging and analyzing internal flows in the server. * :doc:`SSTableloader ` - Bulk load the sstables found in the directory to a Scylla cluster * :doc:`Scylla SStable ` - Validates and dumps the content of SStables, generates a histogram, dumps the content of the SStable index. diff --git a/docs/operating-scylla/admin-tools/index.rst b/docs/operating-scylla/admin-tools/index.rst index ef8b5c5688..6579b568a3 100644 --- a/docs/operating-scylla/admin-tools/index.rst +++ b/docs/operating-scylla/admin-tools/index.rst @@ -7,7 +7,7 @@ Admin Tools Nodetool Reference CQLSh - REST + Admin REST API Tracing Scylla SStable Scylla Types diff --git a/docs/operating-scylla/rest.rst b/docs/operating-scylla/rest.rst index 53c68019c4..59df025cd8 100644 --- a/docs/operating-scylla/rest.rst +++ b/docs/operating-scylla/rest.rst @@ -1,6 +1,6 @@ -REST ----- +Admin REST API +-------------- ScyllaDB exposes a REST API to retrieve administrative information from a node and execute administrative operations. For example, it allows you to check or update configuration,