Skip to content

Commit

Permalink
Merge pull request #9 from clerk/fix/limit-offset
Browse files Browse the repository at this point in the history
fix: limit/offset types
  • Loading branch information
octoper authored Sep 2, 2024
2 parents 6df11cb + 54257d5 commit d06fbf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ actions:
- target: $["components"]["schemas"]["IdentificationLink"]["properties"]["type"]["enum"]
update:
- "oauth_apple"
- target: $["components"]["parameters"]["LimitParameter"]["schema"]
update:
type: integer
- target: $["components"]["parameters"]["OffsetParameter"]["schema"]
update:
type: integer

0 comments on commit d06fbf6

Please sign in to comment.