mirror of
https://github.com/logos-messaging/specs.git
synced 2026-04-02 20:33:14 +00:00
add getAvailableConfigs into debug API
This commit is contained in:
parent
424ea61cdc
commit
66a75584db
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user