diff --git a/api-spec/adminapi_peers_mesh.yaml b/api-spec/adminapi_peers_mesh.yaml index 8a958d4..ad261fd 100644 --- a/api-spec/adminapi_peers_mesh.yaml +++ b/api-spec/adminapi_peers_mesh.yaml @@ -1,12 +1,12 @@ get: tags: - admin - summary: Get peers by service + summary: Get peers of mesh bx subscribed shards description: Returns information about relay peers in node's direct mesh, grouped by shards. operationId: getMeshPeers responses: '200': - description: Successful service peers response + description: List of mesh peers grouped by shard content: application/json: schema: @@ -17,4 +17,4 @@ get: description: Internal server error. content: text/plain: - type: string \ No newline at end of file + type: string