Skip to content

Commit

Permalink
fix: update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 committed Sep 30, 2024
1 parent 2c13a7f commit a9d3a9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,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
Expand Down Expand Up @@ -1055,7 +1056,7 @@ paths:
schema:
$ref: "#/components/schemas/ErrorSchema"

/generate_link:
/admin/generate_link:
post:
summary: Generate a link to send in an email message.
tags:
Expand Down

0 comments on commit a9d3a9a

Please sign in to comment.