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