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