This is an automated email from the ASF dual-hosted git repository.
victoria pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 83aabd419b0 fix typo in endpoint (#18632)
83aabd419b0 is described below
commit 83aabd419b07b3be645da26a77bdbf37010a3777
Author: Victoria Lim <[email protected]>
AuthorDate: Tue Oct 14 13:46:12 2025 -0700
fix typo in endpoint (#18632)
---
docs/development/extensions-core/catalog.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/development/extensions-core/catalog.md
b/docs/development/extensions-core/catalog.md
index 37e56941e03..1825d56ef70 100644
--- a/docs/development/extensions-core/catalog.md
+++ b/docs/development/extensions-core/catalog.md
@@ -403,7 +403,7 @@ Retrieve a list of table names in the schema.
##### URL
-`GET` `/druid/coordinator/v1/catalog/schemas/{schema}/table`
+`GET` `/druid/coordinator/v1/catalog/schemas/{schema}/tables`
##### Responses
@@ -453,4 +453,4 @@ curl
"http://ROUTER_IP:ROUTER_PORT/druid/coordinator/v1/catalog/schemas/druid/ta
[
"test_table"
]
-```
\ No newline at end of file
+```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]