mirror of
https://github.com/logos-messaging/logos-messaging-rest-api.git
synced 2026-01-02 14:03:13 +00:00
Merge pull request #18 from waku-org/chore-info-and-version-endpoints-from-root
chore: Add /info, /version derived from under /debug/v1
This commit is contained in:
commit
157e3d041e
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user