Skip to content

Commit

Permalink
plumb OAuth header key and token prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
RohinBhargava committed Nov 18, 2024
1 parent 652ef91 commit 103381f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fern/apis/fdr/definition/api/v1/read/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ types:
properties:
endpointId: rootCommons.EndpointId
accessTokenLocator: rootCommons.JqString
headerKey: optional<string>
tokenPrefix: optional<string>

errors:
ApiDoesNotExistError:
Expand Down
2 changes: 2 additions & 0 deletions fern/apis/fdr/definition/api/v1/register/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ types:
properties:
endpointId: rootCommons.EndpointId
accessTokenLocator: rootCommons.JqString
headerKey: optional<string>
tokenPrefix: optional<string>

EndpointExampleGenerationErrorBody:
properties:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 103381f

Please sign in to comment.