Skip to content

Commit

Permalink
fix: add overlay to fix python specific failure
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Jan 6, 2025
1 parent 9667986 commit fd46153
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sources:
speakeasy-openapi:
inputs:
- location: https://speakeasy.com/openapi.yaml
overlays:
- location: ./overlay.yaml
registry:
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-openapi
targets:
Expand Down
8 changes: 8 additions & 0 deletions overlay.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
overlay: 1.0.0
info:
title: Fix generateCodeSamplePreviewAsync method name
version: 0.0.1
actions:
- target: $.paths.*.*[?(@.operationId == 'generateCodeSamplePreviewAsync')]
update:
x-speakeasy-name-override: generateCodeSamplePreviewAsynchronous

0 comments on commit fd46153

Please sign in to comment.