From bd6a783d2f66c09e91c2519de17c4b11294ec82f Mon Sep 17 00:00:00 2001 From: Vitalis Salis Date: Tue, 20 Aug 2024 10:10:08 +0300 Subject: [PATCH] fix: Rename Terms of Service to API Access License --- cmd/staking-api-service/main.go | 2 +- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/staking-api-service/main.go b/cmd/staking-api-service/main.go index b451575..3c20c90 100644 --- a/cmd/staking-api-service/main.go +++ b/cmd/staking-api-service/main.go @@ -27,7 +27,7 @@ func init() { // @title Babylon Staking API // @version 1.0 // @description The Babylon Staking API offers information about the state of the Phase-1 BTC Staking system. -// @description Your access and use is governed by the Terms of Service listed below. +// @description Your access and use is governed by the API Access License linked to below. // @license.name API Access License // @license.url https://docs.babylonlabs.io/assets/files/api-access-license.pdf // @contact.email contact@babylonlabs.io diff --git a/docs/docs.go b/docs/docs.go index 81126b8..dcb05ca 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 Phase-1 BTC Staking system.\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 API Access License linked to below.", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, LeftDelim: "{{", diff --git a/docs/swagger.json b/docs/swagger.json index 9b639bc..0a3cb91 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 Phase-1 BTC Staking system.\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 API Access License linked to below.", "title": "Babylon Staking API", "contact": { "email": "contact@babylonlabs.io" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 4120d7b..baf1ab8 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -230,7 +230,7 @@ info: email: contact@babylonlabs.io description: |- 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. + Your access and use is governed by the API Access License linked to below. license: name: API Access License url: https://docs.babylonlabs.io/assets/files/api-access-license.pdf