mirror of
https://github.com/logos-messaging/logos-delivery-rest-api.git
synced 2026-07-23 11:43:15 +00:00
From Waku v2 to Logos Delivery - refresh naming
This commit is contained in:
parent
23059b7c0b
commit
c762ccaa91
@ -1,2 +1,2 @@
|
||||
# waku-rest-api
|
||||
Open API specification of Waku v2 client interface
|
||||
Open API specification of Logos Delivery client interface
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
post:
|
||||
summary: Dynamic set log level on the node
|
||||
description: Change the log level of a Waku v2 node.
|
||||
description: Change the log level of a Logos Delivery node.
|
||||
operationId: setLogLevel
|
||||
tags:
|
||||
- admin
|
||||
|
||||
@ -13,7 +13,7 @@ get:
|
||||
description: ID of the peer to retrieve information for
|
||||
responses:
|
||||
'200':
|
||||
description: Information about a Waku v2 node.
|
||||
description: Information about a Logos Delivery node.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
||||
@ -6,7 +6,7 @@ get:
|
||||
- admin
|
||||
responses:
|
||||
'200':
|
||||
description: Information about a Waku v2 node.
|
||||
description: Information about a Logos Delivery node.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
get:
|
||||
summary: Get node info
|
||||
description: Retrieve information about a Waku v2 node.
|
||||
description: Retrieve information about a Logos Delivery node.
|
||||
operationId: getNodeInfo
|
||||
tags:
|
||||
- debug
|
||||
responses:
|
||||
'200':
|
||||
description: Information about a Waku v2 node.
|
||||
description: Information about a Logos Delivery node.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
get:
|
||||
summary: Get node version
|
||||
description: Retrieve the Waku v2 node version.
|
||||
description: Retrieve the Logos Delivery node version.
|
||||
operationId: getNodeVersion
|
||||
tags:
|
||||
- debug
|
||||
responses:
|
||||
'200':
|
||||
description: The version of a Waku v2 node.
|
||||
description: The version of a Logos Delivery node.
|
||||
content:
|
||||
text/plain:
|
||||
schema:
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
get:
|
||||
summary: Get node health status
|
||||
description: Retrieve status of a Waku v2 node.
|
||||
description: Retrieve status of a Logos Delivery node.
|
||||
operationId: healthcheck
|
||||
tags:
|
||||
- health
|
||||
responses:
|
||||
'200':
|
||||
description: Health report of a Waku v2 node and its protocols.
|
||||
description: Health report of a Logos Delivery node and its protocols.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
openapi: 3.1.0
|
||||
info:
|
||||
title: Waku V2 node REST API
|
||||
title: Logos Delivery node REST API
|
||||
version: 1.0.0
|
||||
description:
|
||||
contact:
|
||||
@ -13,9 +13,9 @@ tags:
|
||||
- name: admin
|
||||
description: Control of the connected peers.
|
||||
- name: debug
|
||||
description: Information about a Waku v2 node.
|
||||
description: Information about a Logos Delivery node.
|
||||
- name: health
|
||||
description: Health check of a Waku v2 node.
|
||||
description: Health check of a Logos Delivery node.
|
||||
- name: lightpush
|
||||
description: Interface to request a message relay. See [19/WAKU2-LIGHTPUSH](https://rfc.vac.dev/spec/19/) RFC
|
||||
- name: relay
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user