Skip to content

Commit

Permalink
chore: add group and gov/v1 in swagger (backport cosmos#13984) (cosmo…
Browse files Browse the repository at this point in the history
…s#13996)

* chore: add group and gov/v1 in swagger (cosmos#13984)

Co-authored-by: Marko <[email protected]>
(cherry picked from commit cfa224c)

# Conflicts:
#	client/docs/config.json
#	client/docs/swagger-ui/swagger.yaml

* updates

Co-authored-by: Julien Robert <[email protected]>
  • Loading branch information
2 people authored and JeancarloBarrios committed Sep 28, 2024
1 parent 69a7a6d commit 3a89506
Show file tree
Hide file tree
Showing 4 changed files with 29,280 additions and 38,235 deletions.
19 changes: 19 additions & 0 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,25 @@
"Params": "FeegrantParams"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/nft/v1beta1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "NftParams",
"Balance": "NftBalance"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/group/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "GroupParams",
"Proposal": "GroupProposal",
"TallyResult": "GroupTallyResult"
}
}
}
]
}
Loading

0 comments on commit 3a89506

Please sign in to comment.