Skip to content

Commit dccc5aa

Browse files
committed
Fix missing Try-it now configuration
1 parent a225150 commit dccc5aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resources/dev-tools/components/websocket-api/data/command-list.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,15 @@
565565
"body": {
566566
"command": "version"
567567
}
568+
},
569+
{
570+
"name": "feature",
571+
"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.",
572+
"link": "/docs/references/http-websocket-apis/public-api-methods/server-info-methods/feature",
573+
"body": {
574+
"command": "feature",
575+
"feature": "4C97EBA926031A7CF7D7B36FDE3ED66DDA5421192D63DE53FFB46E43B9DC8373"
576+
}
568577
}
569578
]
570579
},

0 commit comments

Comments
 (0)