From 433b49008cc70f7ff93ea62e43c3a8a2d46918b6 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Wed, 19 Mar 2025 13:43:14 +0100 Subject: [PATCH] Add /info, /version derived from under /debug/v1 --- api-spec/openapi.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/api-spec/openapi.yaml b/api-spec/openapi.yaml index d3a6767..c359de9 100644 --- a/api-spec/openapi.yaml +++ b/api-spec/openapi.yaml @@ -29,6 +29,12 @@ tags: - name: filter_legacy description: Obsolate Filter interface kept for compatibility reason. Will be removed in future. paths: + /health: + $ref: "./healthapi.yaml" + /info: + $ref: "./debugapi_info.yaml" + /version: + $ref: "./debugapi_version.yaml" /admin/v1/peers: $ref: "./adminapi.yaml" /admin/v1/filter/subscriptions: @@ -37,8 +43,6 @@ paths: $ref: "./debugapi_info.yaml" /debug/v1/version: $ref: "./debugapi_version.yaml" - /health: - $ref: "./healthapi.yaml" /lightpush/v1/message: $ref: "./lightpushapi_legacy.yaml" /lightpush/v3/message: