Skip to content

Commit

Permalink
fix: Update Swagger doc and config to include CWICA and CWErrors modu…
Browse files Browse the repository at this point in the history
…les (#568)

* Update swagger.min.json

* adding the new modules to swagger config

* Update CHANGELOG.md

---------

Signed-off-by: Spoorthi <9302666+spoo-bar@users.noreply.github.com>
  • Loading branch information
spoo-bar authored May 21, 2024
1 parent 42f51f0 commit 80ee3f3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ publish proto files to buf.build
### Removed

### Fixed
- [#568](https://github.com/archway-network/archway/pull/568) - Update Swagger doc and config to include CWICA and CWErrors modules
- [#570](https://github.com/archway-network/archway/pull/570) - Fix the Docker.deprecated file to build
- [#569](https://github.com/archway-network/archway/pull/569) - Audit remidiations for x/cwerrors and x/cwica

Expand Down
24 changes: 24 additions & 0 deletions docs/proto/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,30 @@
}
}
},
{
"url": "./tmp-swagger-gen/archway/cwerrors/v1/query.swagger.json",
"tags": {
"add": ["Archway"],
"remove": ["Query", "Service"]
},
"operationIds": {
"rename": {
"Params": "CWErrorsParams"
}
}
},
{
"url": "./tmp-swagger-gen/archway/cwica/v1/query.swagger.json",
"tags": {
"add": ["Archway"],
"remove": ["Query", "Service"]
},
"operationIds": {
"rename": {
"Params": "CWIcaParams"
}
}
},
{
"url": "./tmp-swagger-gen/archway/tracking/v1/query.swagger.json",
"tags": {
Expand Down
2 changes: 1 addition & 1 deletion docs/static/swagger.min.json

Large diffs are not rendered by default.

0 comments on commit 80ee3f3

Please sign in to comment.