chore: add group and gov/v1 in swagger (#13984)
Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
parent
908fda1f53
commit
cfa224c04e
@ -54,6 +54,21 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/gov/v1/query.swagger.json",
|
||||
"operationIds": {
|
||||
"rename": {
|
||||
"Params": "GovV1Params",
|
||||
"Proposal": "GovV1Proposal",
|
||||
"Proposals": "GovV1Proposal",
|
||||
"Vote": "GovV1Vote",
|
||||
"Votes": "GovV1Votes",
|
||||
"Deposit": "GovV1Deposit",
|
||||
"Deposits": "GovV1Deposit",
|
||||
"TallyResult": "GovV1TallyResult"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/mint/v1beta1/query.swagger.json",
|
||||
"operationIds": {
|
||||
@ -125,6 +140,16 @@
|
||||
"Balance": "NftBalance"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "./tmp-swagger-gen/cosmos/group/v1/query.swagger.json",
|
||||
"operationIds": {
|
||||
"rename": {
|
||||
"Params": "GroupParams",
|
||||
"Proposal": "GroupProposal",
|
||||
"TallyResult": "GroupTallyResult"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
14552
client/docs/swagger-ui/swagger.yaml
vendored
14552
client/docs/swagger-ui/swagger.yaml
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user