Add grpc gateway missing endpoints to swagger docs (#8232)
* Add missing endpoints * Fix swagger gen * update * Update static.go * Fix format * Fix tests
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/base/tendermint/v1beta1/query.swagger.json",
|
||||
"operationIds": {
|
||||
"rename": {
|
||||
"Params": "BaseParams"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/distribution/v1beta1/query.swagger.json",
|
||||
"operationIds": {
|
||||
@@ -85,6 +93,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/tx/v1beta1/service.swagger.json",
|
||||
"dereference": {
|
||||
"circular": "ignore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/upgrade/v1beta1/query.swagger.json",
|
||||
"operationIds": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Vendored
+10723
-100
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user