Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: swagger conflict v0.47 #519

Merged
merged 3 commits into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 3 additions & 1 deletion docs/client/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"operationIds": {
"rename": {
"Params": "YieldAggregatorParams"
},
}
}
},
{
"url": "./tmp-swagger-gen/nftmint/query.swagger.json",
"operationIds": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code patch appears to be incomplete and difficult to review without additional context. It seems to modify a Swagger/OpenAPI specification file by renaming the "Params" object to "YieldAggregatorParams" in an operation named "rename".

However, based on the provided snippet, I cannot identify any obvious bug risks or improvement suggestions. Further information would be needed to properly evaluate the effectiveness of these changes and ensure they align with the intended functionality of the Swagger file.

Expand Down
Loading