We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9667986 commit fd46153Copy full SHA for fd46153
.speakeasy/workflow.yaml
@@ -4,6 +4,8 @@ sources:
4
speakeasy-openapi:
5
inputs:
6
- location: https://speakeasy.com/openapi.yaml
7
+ overlays:
8
+ - location: ./overlay.yaml
9
registry:
10
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy-openapi
11
targets:
overlay.yaml
@@ -0,0 +1,8 @@
1
+overlay: 1.0.0
2
+info:
3
+ title: Fix generateCodeSamplePreviewAsync method name
+ version: 0.0.1
+actions:
+ - target: $.paths.*.*[?(@.operationId == 'generateCodeSamplePreviewAsync')]
+ update:
+ x-speakeasy-name-override: generateCodeSamplePreviewAsynchronous
0 commit comments