From Waku v2 to Logos Delivery - refresh naming

This commit is contained in:
NagyZoltanPeter 2026-07-16 15:45:45 +00:00
parent 23059b7c0b
commit c762ccaa91
8 changed files with 13 additions and 13 deletions

View File

@ -1,2 +1,2 @@
# waku-rest-api
Open API specification of Waku v2 client interface
Open API specification of Logos Delivery client interface

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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