From dccc5aa65c76e13cdad180a032b5f3df9d054156 Mon Sep 17 00:00:00 2001 From: Maria Shodunke Date: Mon, 24 Mar 2025 11:28:02 +0000 Subject: [PATCH] Fix missing Try-it now configuration --- .../components/websocket-api/data/command-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/dev-tools/components/websocket-api/data/command-list.json b/resources/dev-tools/components/websocket-api/data/command-list.json index 5336bff3c1..094cc95a7e 100644 --- a/resources/dev-tools/components/websocket-api/data/command-list.json +++ b/resources/dev-tools/components/websocket-api/data/command-list.json @@ -565,6 +565,15 @@ "body": { "command": "version" } + }, + { + "name": "feature", + "description": "Returns information about amendments this server knows about. When you connect to a cluster that includes a Clio server, the Clio method is used.", + "link": "/docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature", + "body": { + "command": "feature", + "feature": "4C97EBA926031A7CF7D7B36FDE3ED66DDA5421192D63DE53FFB46E43B9DC8373" + } } ] },