Skip to content

Commit

Permalink
fix: Rename Terms of Service to API Access License
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsalis committed Aug 20, 2024
1 parent b8660d3 commit bd6a783
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/staking-api-service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "{{",
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.json
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]"
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,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
Expand Down

0 comments on commit bd6a783

Please sign in to comment.