From edcfc3d91a5c808b63841b119ebfb4c8dc3961b2 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 16 Apr 2024 14:09:22 -0400 Subject: [PATCH] update schema --- schema/openapi.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/schema/openapi.yaml b/schema/openapi.yaml index b7db9ef33..fcda791f2 100644 --- a/schema/openapi.yaml +++ b/schema/openapi.yaml @@ -2184,6 +2184,19 @@ paths: - SecurityScheme: [] tags: - Reports + /api/v3/tls/certs: + get: + responses: + "200": + content: + application/json: + schema: + items: + type: string + type: array + description: OK + tags: + - Trust Store /health: get: responses: