Merge pull request #12 from waku-org/chore-updating-peers-admin-response

chore: adding origin to WakuPeer schema
This commit is contained in:
gabrielmer 2024-06-26 18:18:31 +02:00 committed by GitHub
commit 8ee3a12396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,8 @@ WakuPeer:
type: string type: string
connected: connected:
type: boolean type: boolean
origin:
type: string
WakuInfo: WakuInfo:
type: object type: object