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: