Skip to content

Commit

Permalink
feat: OpenApi Parser multiple success responses, error response descr…
Browse files Browse the repository at this point in the history
…iptions, better examples (#1924)

Co-authored-by: fern-bot <[email protected]>
  • Loading branch information
RohinBhargava and fern-support authored Dec 20, 2024
1 parent 336054b commit 3b7a74a
Show file tree
Hide file tree
Showing 166 changed files with 191,773 additions and 156,426 deletions.
4 changes: 2 additions & 2 deletions fern/apis/fdr/definition/api/latest/endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ types:
queryParameters: optional<list<type.ObjectProperty>>
requestHeaders: optional<list<type.ObjectProperty>>
responseHeaders: optional<list<type.ObjectProperty>> # this is not being used currently
request: optional<HttpRequest>
response: optional<HttpResponse>
requests: optional<list<HttpRequest>>
responses: optional<list<HttpResponse>>
errors: optional<list<ErrorResponse>>
examples: optional<list<ExampleEndpointCall>>
snippetTemplates: optional<EndpointSnippetTemplates>
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 3b7a74a

Please sign in to comment.