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 435ea38 commit c3cbf46Copy full SHA for c3cbf46
chainkit/overlays/overlay.yaml
@@ -28,6 +28,11 @@ actions:
28
update:
29
x-speakeasy-usage-example: true
30
31
+ - target: $.paths['/v1/avax/supply'].get
32
+ description: Rename the method name for /v1/avax/supply GET endpoint
33
+ update:
34
+ x-speakeasy-name-override: get
35
+
36
- target: $.paths.*.*[?(@['tags'][0] == 'Notifications')]
37
description: Remove all paths that are tagged with 'notifications' if they somehow exist
38
@@ -53,4 +58,4 @@ actions:
53
58
54
59
servers:
55
60
- url: https://glacier-api.avax.network
56
- description: Data API
61
+ description: Data API
0 commit comments