Skip to content

Commit

Permalink
Spec: update for new /events param, after (#1311)
Browse files Browse the repository at this point in the history
New features require new parameters exposed in the libs.

<!--
Thank you for your Pull Request. Please provide a description above and
review
the requirements below.

Bug fixes and new features should include tests.
-->

## Motivation

<!--
Explain the context and why you're making that change. What is the
problem
you're trying to solve? If a new feature is being added, describe the
intended
use case that feature fulfills.
-->

## Solution

<!--
Summarize the solution and provide any necessary context needed to
understand
the code change.
-->
  • Loading branch information
svix-onelson authored May 2, 2024
2 parents bcfef00 + 0ab69a8 commit d5f188b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10612,6 +10612,16 @@
"uniqueItems": true
},
"style": "form"
},
{
"in": "query",
"name": "after",
"schema": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"style": "form"
}
],
"responses": {
Expand Down Expand Up @@ -19381,6 +19391,16 @@
"uniqueItems": true
},
"style": "form"
},
{
"in": "query",
"name": "after",
"schema": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"style": "form"
}
],
"responses": {
Expand Down

0 comments on commit d5f188b

Please sign in to comment.