diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index 33a2da9..518f72b 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -573,13 +573,18 @@ functions: type: result, 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 + + getAvailableConfigs: + description: "Returns a list of all available options, their description and default values." + returns: + type: string ``` ## The Validation API