Skip to content

Commit

Permalink
(fix, cli): Pass OpenAPI request parameter examples through Fern IR S…
Browse files Browse the repository at this point in the history
…chema examples (#4095)
  • Loading branch information
RohinBhargava authored Jul 23, 2024
1 parent a365bd3 commit 29b694a
Show file tree
Hide file tree
Showing 22 changed files with 124,060 additions and 458 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3123,7 +3123,7 @@ exports[`open api parser flexport docs 1`] = `
{
"name": "response",
"path-parameters": {
"id": "id",
"id": "K67EZV1K8cQ5afQErZwk1Q",
},
"request": {},
"response": {
Expand Down Expand Up @@ -3919,7 +3919,7 @@ exports[`open api parser flexport docs 1`] = `
{
"name": "response",
"path-parameters": {
"id": "id",
"id": "FHLKEFHHoW8nwh9UVOMpw",
},
"request": {},
"response": {
Expand Down Expand Up @@ -4943,6 +4943,11 @@ exports[`open api parser flexport docs 1`] = `
],
"examples": [
{
"query-parameters": {
"f.occurred_at.gte": "2020-01-10T20:00:00.000Z",
"f.occurred_at.lte": "2020-01-10T20:00:00.000Z",
"f.type": "/shipment_leg#departed",
},
"response": {
"body": {
"_object": "/api/response",
Expand Down Expand Up @@ -18418,7 +18423,7 @@ exports[`open api parser flexport simple 1`] = `
{
"name": "response",
"path-parameters": {
"id": "id",
"id": "K67EZV1K8cQ5afQErZwk1Q",
},
"request": {},
"response": {
Expand Down Expand Up @@ -19214,7 +19219,7 @@ exports[`open api parser flexport simple 1`] = `
{
"name": "response",
"path-parameters": {
"id": "id",
"id": "FHLKEFHHoW8nwh9UVOMpw",
},
"request": {},
"response": {
Expand Down Expand Up @@ -20238,6 +20243,11 @@ exports[`open api parser flexport simple 1`] = `
],
"examples": [
{
"query-parameters": {
"f.occurred_at.gte": "2020-01-10T20:00:00.000Z",
"f.occurred_at.lte": "2020-01-10T20:00:00.000Z",
"f.type": "/shipment_leg#departed",
},
"response": {
"body": {
"_object": "/api/response",
Expand Down
Loading

0 comments on commit 29b694a

Please sign in to comment.