logos-messaging-rest-api/api-spec/adminapi_peers_service.yaml

20 lines
509 B
YAML

get:
tags:
- admin
summary: Get peers by service
description: Returns information about peers offering specific services
operationId: getPeersByService
responses:
'200':
description: Successful service peers response
content:
application/json:
schema:
type: array
items:
$ref: "./schemas/apitypes.yaml#/WakuPeer"
'500':
description: Internal server error.
content:
text/plain:
type: string