mirror of
https://github.com/logos-messaging/logos-delivery-rest-api.git
synced 2026-07-23 19:53:16 +00:00
19 lines
397 B
YAML
19 lines
397 B
YAML
get:
|
|
summary: Get node version
|
|
description: Retrieve the Logos Delivery node version.
|
|
operationId: getNodeVersion
|
|
tags:
|
|
- debug
|
|
responses:
|
|
'200':
|
|
description: The version of a Logos Delivery node.
|
|
content:
|
|
text/plain:
|
|
schema:
|
|
type: string
|
|
'4XX':
|
|
description: Bad request error.
|
|
'5XX':
|
|
description: Unexpected error.
|
|
|