Add /info, /version derived from under /debug/v1

This commit is contained in:
NagyZoltanPeter 2025-03-19 13:43:14 +01:00
parent 6234fc6c61
commit 433b49008c
No known key found for this signature in database
GPG Key ID: 16EADB9673B65368

View File

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