From 6a0655c122c2a99ee866523139e7a04e0d863310 Mon Sep 17 00:00:00 2001 From: Vitalis Salis Date: Mon, 19 Aug 2024 17:36:00 +0300 Subject: [PATCH] fix: Apply swagger updates --- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 1336acf5..81126b8a 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -652,7 +652,7 @@ var SwaggerInfo = &swag.Spec{ BasePath: "", Schemes: []string{}, Title: "Babylon Staking API", - Description: "The Babylon Staking API offers information about the state of the BTC Staking ecosystem.\nYour access and use is governed by the Terms of Service listed below.", + Description: "The Babylon Staking API offers information about the state of the Phase-1 BTC Staking system.\nYour access and use is governed by the Terms of Service listed below.", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, LeftDelim: "{{", diff --git a/docs/swagger.json b/docs/swagger.json index d3cdc905..9b639bc1 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "description": "The Babylon Staking API offers information about the state of the BTC Staking ecosystem.\nYour access and use is governed by the Terms of Service listed below.", + "description": "The Babylon Staking API offers information about the state of the Phase-1 BTC Staking system.\nYour access and use is governed by the Terms of Service listed below.", "title": "Babylon Staking API", "contact": { "email": "contact@babylonlabs.io" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 8928afc5..4120d7b6 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -229,7 +229,7 @@ info: contact: email: contact@babylonlabs.io description: |- - The Babylon Staking API offers information about the state of the BTC Staking ecosystem. + The Babylon Staking API offers information about the state of the Phase-1 BTC Staking system. Your access and use is governed by the Terms of Service listed below. license: name: API Access License