Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Contains all the PRs that improved the code without changing the behaviors.
### Removed

### Fixed
- [#568](https://github.com/archway-network/archway/pull/568) - Update Swagger doc and config to include CWICA and CWErrors modules

### Improvements
- [#567](https://github.com/archway-network/archway/pull/567) - Remove redundant params fetching in SaveCallback
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.