Skip to content

Commit fd46153

Browse files
fix: add overlay to fix python specific failure
1 parent 9667986 commit fd46153

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.speakeasy/workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sources:
44
speakeasy-openapi:
55
inputs:
66
- location: https://speakeasy.com/openapi.yaml
7+
overlays:
8+
- location: ./overlay.yaml
79
registry:
810
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-openapi
911
targets:

overlay.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
overlay: 1.0.0
2+
info:
3+
title: Fix generateCodeSamplePreviewAsync method name
4+
version: 0.0.1
5+
actions:
6+
- target: $.paths.*.*[?(@.operationId == 'generateCodeSamplePreviewAsync')]
7+
update:
8+
x-speakeasy-name-override: generateCodeSamplePreviewAsynchronous

0 commit comments

Comments
 (0)