add getAvailableConfigs into debug API

This commit is contained in:
Ivan Folgueira Bande 2026-02-27 14:49:47 +01:00
parent 424ea61cdc
commit 66a75584db
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -573,13 +573,18 @@ functions:
type: result<array<string>, error>
getNodeInfo:
description: "Returns the node's information that is requested"
description: "Returns the node's information that is requested."
parameters:
- name: nodeInfoId
type: string
description: "Information identifier. The only supported values are the ones returned by getAvailableNodeInfoItems function"
description: "Information identifier. The only supported values are the ones returned by getAvailableNodeInfoItems function."
returns:
type: result<string, error>
getAvailableConfigs:
description: "Returns a list of all available options, their description and default values."
returns:
type: string
```
## The Validation API