Skip to content

Commit c3cbf46

Browse files
authored
Update overlay.yaml
Signed-off-by: Sayan kar <[email protected]>
1 parent 435ea38 commit c3cbf46

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

chainkit/overlays/overlay.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ actions:
2828
update:
2929
x-speakeasy-usage-example: true
3030

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+
3136
- target: $.paths.*.*[?(@['tags'][0] == 'Notifications')]
3237
description: Remove all paths that are tagged with 'notifications' if they somehow exist
3338
update:
@@ -53,4 +58,4 @@ actions:
5358
update:
5459
servers:
5560
- url: https://glacier-api.avax.network
56-
description: Data API
61+
description: Data API

0 commit comments

Comments
 (0)