Skip to content

Commit

Permalink
chore: update fixes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored Oct 16, 2024
1 parent c66d4d8 commit 7a73908
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ actions:
- target: $["components"]["schemas"]["IdentificationLink"]["properties"]["type"]["enum"]
update:
- "oauth_apple"
- "oauth_discord"
- target: $["components"]["parameters"]["LimitParameter"]["schema"]
update:
type: integer
- target: $["components"]["parameters"]["OffsetParameter"]["schema"]
update:
type: integer
- target: $["paths"]["/email_addresses/{email_address_id}"]["get"]
update:
x-speakeasy-usage-example: true

0 comments on commit 7a73908

Please sign in to comment.