From 16c924812fd7951df6edebcf8497b299d846126d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 3 May 2024 14:06:48 +0000 Subject: [PATCH] Update OpenAPI specification --- fern/openapi/openapi.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fern/openapi/openapi.json b/fern/openapi/openapi.json index f3aae43..1f08386 100644 --- a/fern/openapi/openapi.json +++ b/fern/openapi/openapi.json @@ -1143,6 +1143,15 @@ "type": "string", "description": "URL of the auth server", "format": "URL" + }, + "authentication_type": { + "type": "string", + "enum": [ + "basic", + "bearer" + ], + "description": "Basic (default) or Bearer Authentication", + "default": "basic" } }, "required": [