From 935fe95420f4ab794481ef0a10f4a607617264f6 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:01:35 +0200 Subject: [PATCH] Update adminapi_peers.yaml - fix descriptions --- api-spec/adminapi_peers.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-spec/adminapi_peers.yaml b/api-spec/adminapi_peers.yaml index 0912c60..54c7f3e 100644 --- a/api-spec/adminapi_peers.yaml +++ b/api-spec/adminapi_peers.yaml @@ -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 \ No newline at end of file + type: string