add some more description to WakuNode type

This commit is contained in:
Ivan Folgueira Bande 2025-11-05 16:05:32 +01:00
parent 68bd15734a
commit 3fe7ac7843
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -117,7 +117,7 @@ description: "Waku: a private and censorship-resistant message routing library."
types:
WakuNode:
type: object
description: "A Waku node instance."
description: "A Waku node instance, created by the createNode function and MUST be used in any subsequent API call."
NodeConfig:
type: object