From c762ccaa918b27bea3e03c4a510dcf4689f337a6 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:45:45 +0000 Subject: [PATCH] From Waku v2 to Logos Delivery - refresh naming --- README.md | 2 +- api-spec/adminapi_log_level.yaml | 2 +- api-spec/adminapi_peer.yaml | 2 +- api-spec/adminapi_peers_stats.yaml | 2 +- api-spec/debugapi_info.yaml | 4 ++-- api-spec/debugapi_version.yaml | 4 ++-- api-spec/healthapi.yaml | 4 ++-- api-spec/openapi.yaml | 6 +++--- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 51fd7e8..40cd9c1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # waku-rest-api -Open API specification of Waku v2 client interface +Open API specification of Logos Delivery client interface diff --git a/api-spec/adminapi_log_level.yaml b/api-spec/adminapi_log_level.yaml index 835bef4..871b907 100644 --- a/api-spec/adminapi_log_level.yaml +++ b/api-spec/adminapi_log_level.yaml @@ -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 diff --git a/api-spec/adminapi_peer.yaml b/api-spec/adminapi_peer.yaml index 50bc34f..a74f477 100644 --- a/api-spec/adminapi_peer.yaml +++ b/api-spec/adminapi_peer.yaml @@ -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: diff --git a/api-spec/adminapi_peers_stats.yaml b/api-spec/adminapi_peers_stats.yaml index e6042ae..e527cd5 100644 --- a/api-spec/adminapi_peers_stats.yaml +++ b/api-spec/adminapi_peers_stats.yaml @@ -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: diff --git a/api-spec/debugapi_info.yaml b/api-spec/debugapi_info.yaml index 56d7b24..485af9c 100644 --- a/api-spec/debugapi_info.yaml +++ b/api-spec/debugapi_info.yaml @@ -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: diff --git a/api-spec/debugapi_version.yaml b/api-spec/debugapi_version.yaml index 85e06d5..588e32a 100644 --- a/api-spec/debugapi_version.yaml +++ b/api-spec/debugapi_version.yaml @@ -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: diff --git a/api-spec/healthapi.yaml b/api-spec/healthapi.yaml index 5763162..ca3e54d 100644 --- a/api-spec/healthapi.yaml +++ b/api-spec/healthapi.yaml @@ -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: diff --git a/api-spec/openapi.yaml b/api-spec/openapi.yaml index 6ea369c..8c312af 100644 --- a/api-spec/openapi.yaml +++ b/api-spec/openapi.yaml @@ -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