Skip to content

Commit

Permalink
fix: update overlay.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SayanKar committed Oct 24, 2024
1 parent ef7a83f commit e9e3020
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overlays/overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ actions:
description: Change the response schema for the /v1/chains endpoint in glacier to avoid a merger conflict with Popsicle API Spec
update:
$ref: "#/components/schemas/DataListChainsResponse"

- target: $["paths"]["/v1/chains/address/{address}"]["get"][?(@['servers'][0]['url'] == 'https://glacier-api.avax.network')]["responses"]["200"]["content"]["application/json"]["schema"]
description: Change the response schema for the /v1/chains/address/{address} endpoint in glacier to avoid a merger conflict with Popsicle API Spec
update:
$ref: "#/components/schemas/DataListChainsResponse"

- target: $["paths"]["/v2/chains"]["get"][?(@['servers'][0]['url'] == 'https://popsicle-api.avax.network' || @['servers'][0]['url'] == 'https://metrics.avax.network')]["responses"]["200"]["content"]["application/json"]["schema"]
description: Change the response schema for the /v2/chains endpoint in popsicle to avoid a merger conflict with Popsicle API Spec
Expand Down

0 comments on commit e9e3020

Please sign in to comment.