-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Rename Terms of Service to API Access License
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,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 [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -232,7 +232,7 @@ info: | |
email: [email protected] | ||
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 | ||
|