Update adminapi_peers.yaml - fix descriptions

This commit is contained in:
NagyZoltanPeter 2025-04-25 15:01:35 +02:00 committed by GitHub
parent f3702789a1
commit 935fe95420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
get:
summary: Get connected peers info
description: Retrieve information about connected peers.
summary: Get peer info about all peers
description: Retrieve information about all peers.
operationId: getPeerInfo
tags:
- admin
responses:
'200':
description: Information about a Waku v2 node.
description: List of peer info about all peers in peer storage of the node.
content:
application/json:
schema:
@ -43,4 +43,4 @@ post:
description: Unexpected error.
content:
text/plain:
type: string
type: string