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 authored Aug 20, 2024
2 parents b8660d3 + bd6a783 commit 83c42d8
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 contact@babylonlabs.io
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": "contact@babylonlabs.io"
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: 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
Expand Down

0 comments on commit 83c42d8

Please sign in to comment.