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 <[email protected]>
  • Loading branch information
spoo-bar committed May 21, 2024
1 parent eb39e82 commit 4dee653
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Contains bug fixes.
Contains all the PRs that improved the code without changing the behaviors.
-->

## [v7.0.1]
## [v7.0.1](https://github.com/archway-network/archway/releases/tag/v7.0.1)

### Added

Expand All @@ -37,6 +37,7 @@ Contains all the PRs that improved the code without changing the behaviors.
### Fixed

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


## [v7.0.0](https://github.com/archway-network/archway/releases/tag/v7.0.0)
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 4dee653

Please sign in to comment.