Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update openapi spec for saml and generate_link #1783

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading