From 8a5f3081f3d84b4c8aa6b5adf742f3dda3371da6 Mon Sep 17 00:00:00 2001 From: joel Date: Mon, 30 Sep 2024 22:57:56 +0200 Subject: [PATCH] fix: update spec --- openapi.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 4b9593411..e63ba972b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -948,7 +948,8 @@ paths: The metadata XML can be downloaded or used for the SAML 2.0 Metadata URL discovery mechanism. This URL is the SAML 2.0 EntityID of the Service Provider implemented by this server. tags: - saml - security: [] + security: + - ApiKeyAuth: [] parameters: - name: download in: query @@ -1050,7 +1051,7 @@ paths: schema: $ref: "#/components/schemas/ErrorSchema" - /generate_link: + /admin/generate_link: post: summary: Generate a link to send in an email message. tags: