Skip to content

Commit 556d282

Browse files
committedMar 5, 2025·
Update swagger
1 parent 56f1a58 commit 556d282

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
 

‎client/docs/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Secret Network",
55
"description": "A REST interface for queries and transactions",
6-
"version": "v1.16"
6+
"version": "v1.17"
77
},
88
"apis": [
99
{

‎client/docs/static/openapi/index.html

+2-2
Large diffs are not rendered by default.

‎client/docs/static/openapi/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: Secret Network
44
description: A REST interface for queries and transactions
5-
version: v1.16
5+
version: v1.17
66
paths:
77
"/cosmos/auth/v1beta1/account_info/{address}":
88
get:

‎client/docs/static/swagger/swagger.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ swagger: '2.0'
22
info:
33
title: Secret Network
44
description: A REST interface for queries and transactions
5-
version: v1.16
5+
version: v1.17
66
paths:
77
/cosmos/auth/v1beta1/account_info/{address}:
88
get:

‎client/docs/statik/statik.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.