mirror of
https://github.com/logos-messaging/logos-messaging-rest-api.git
synced 2026-01-05 07:23:09 +00:00
Update adminapi_peers.yaml - fix descriptions
This commit is contained in:
parent
f3702789a1
commit
935fe95420
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user