Skip to content

Commit

Permalink
ci: update openapi spec for saml and generate_link (#1783)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

As per title, internal context:
https://supabase.slack.com/archives/C03S3SW9485/p1727274238768729
  • Loading branch information
J0 authored Oct 3, 2024
1 parent 97a48f6 commit 819dabb
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 819dabb

Please sign in to comment.