From 114cd24cb0370dd4eb9e6933dcc401b35c3d45f0 Mon Sep 17 00:00:00 2001 From: chainzero Date: Tue, 12 Nov 2024 11:27:06 -0500 Subject: [PATCH] docs(website): update testnet-5 API Swagger file --- .../Docs/other-resources/testnet-5-api-verifications/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/Docs/other-resources/testnet-5-api-verifications/index.md b/src/content/Docs/other-resources/testnet-5-api-verifications/index.md index 86e7db6e..29d06354 100644 --- a/src/content/Docs/other-resources/testnet-5-api-verifications/index.md +++ b/src/content/Docs/other-resources/testnet-5-api-verifications/index.md @@ -15,7 +15,7 @@ The testing procedure for the REST API is rather simple and should be conducted -* Retrieve the current API swagger file [here](https://github.com/akash-network/akash-api/blob/main/docs/swagger-ui/swagger.yaml) +* Retrieve the current API swagger file [here](https://raw.githubusercontent.com/akash-network/akash-api/refs/tags/go/v0.0.2-rc3/docs/swagger-ui/swagger.yaml) * Dump the contents of the file into a swagger rendering engine such as this [web app](https://editor.swagger.io/) * Thoroughly test both Akash and Cosmos exposed endpoints * NOTE - all Akash queries must be updated to use `v1beta4` - see example below