Skip to content

Commit

Permalink
Update swagger endpoints (#462)
Browse files Browse the repository at this point in the history
Update swagger endpoint
  • Loading branch information
emperorjm authored Mar 19, 2024
1 parent b40817e commit 354ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2.developers/2.developer-tools/5.swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Swagger specification serves as the contract for the API. It includes detail

Each endpoint uses the HTTP GET method. Every operation returns either a successful HTTP 200 response with a defined schema or a default error response.

Swagger is provided for both <a href="https://api.mainnet.archway.io/swagger/" target="_blank" >mainnet</a> and <a href="https://api.constantine.archway.io/swagger/" target="_blank" >testnet</a>.
Swagger is provided for both <a href="https://api.mainnet.archway.io" target="_blank" >mainnet</a> and <a href="https://api.constantine.archway.io" target="_blank" >testnet</a>.



Expand Down

0 comments on commit 354ea71

Please sign in to comment.