Skip to content

Commit

Permalink
fix: Apply swagger updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsalis authored Aug 19, 2024
2 parents 38ed4dc + 6a0655c commit b8660d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 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: "{{",
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 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": "[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 @@ -229,7 +229,7 @@ info:
contact:
email: [email protected]
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
Expand Down

0 comments on commit b8660d3

Please sign in to comment.