Skip to content

Commit

Permalink
Add OpenAPI overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed May 21, 2024
1 parent f8f49ce commit 202a5cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions fern/generators.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
api:
path: openapi.yml
overrides: openapi-overrides.yml
groups:
go-sdk:
generators:
Expand Down
16 changes: 16 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer

paths:
/v1/saml/redeem:
post:
x-fern-sdk-group-name: saml
x-fern-sdk-method-name: redeemAccessCode

/v1/saml/redirect:
post:
x-fern-sdk-group-name: saml
x-fern-sdk-method-name: getRedirectUrl

0 comments on commit 202a5cf

Please sign in to comment.