From 34fc0f27256718f18b4cfd5ad10d47e7c9174dcb Mon Sep 17 00:00:00 2001 From: Martin Lowe <martin.lowe@eclipse-foundation.org> Date: Thu, 31 Oct 2024 13:49:35 +0000 Subject: [PATCH] update: add info API to the spec host configuration --- repos.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repos.yaml b/repos.yaml index 1684c53..aebbfeb 100644 --- a/repos.yaml +++ b/repos.yaml @@ -47,3 +47,6 @@ specs: - name: "eclipsefdn-geoip-api" displayName: GeoIP API location: "https://gitlab.eclipse.org/eclipsefdn/it/api/geoip-rest-api/-/raw/main/spec/openapi.yaml" + - name: "eclipsefdn-info-api" + displayName: Info API + location: "https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-info-api/-/raw/main/spec/openapi.yaml" -- GitLab