Skip to content

Commit

Permalink
Add better examples
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed May 22, 2024
1 parent beda4a9 commit 6f53d7b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@ paths:
x-fern-sdk-method-name: redeemAccessCode
x-fern-examples:
- request:
samlAccessCode: saml_access_code_lkjgas9gf83lkjaksf
samlAccessCode: saml_access_code_94d90b43a2027a9084bfc792
response:
body:
email: [email protected]
organizationId: org_lkj91qaonfiajsdlck
organizationId: org_7cu5hsy9vrbi5d2k1qvbh19lj
organizationExternalId: my_custom_external_id

/v1/saml/redirect:
post:
x-fern-sdk-group-name: saml
x-fern-sdk-method-name: getRedirectUrl
x-fern-examples:
- request:
samlConnectionId: saml_connection_aklsjfasd89g83f
organizationId: org_lkj91qaonfiajsdlck
samlConnectionId: saml_conn_ac3bzzoqhaa88ozk29hhv12l
organizationId: org_7cu5hsy9vrbi5d2k1qvbh19lj
response:
body:
redirectUrl: https://redirect.com
redirectUrl: https://your.redirect.url

0 comments on commit 6f53d7b

Please sign in to comment.