mirror of
https://github.com/logos-messaging/logos-messaging-rest-api.git
synced 2026-01-02 14:03:13 +00:00
21 lines
550 B
YAML
21 lines
550 B
YAML
get:
|
|
tags:
|
|
- admin
|
|
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: List of mesh peers grouped by shard
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
items:
|
|
$ref: "./schemas/apitypes.yaml#/PeersOfShard"
|
|
'500':
|
|
description: Internal server error.
|
|
content:
|
|
text/plain:
|
|
type: string
|