Shows quotaSummary in API documentation#6605
Merged
yadvr merged 1 commit intoapache:4.17from Aug 3, 2022
Merged
Conversation
Contributor
Author
|
@DaanHoogland I did mess with the other PR. I closed that one and opened this one with the asked target. |
DaanHoogland
approved these changes
Aug 3, 2022
yadvr
approved these changes
Aug 3, 2022
neogismm
pushed a commit
to neogismm/cloudstack
that referenced
this pull request
Aug 6, 2022
Co-authored-by: Lopez <rodrigo@scclouds.com.br>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Through analysis, it was found that the Cloudstack API documentation (https://cloudstack.apache.org/api/apidocs-4.17) does not present the document for the quotaSummary API. This error has been present since the creation of this API.
The present patch corrects this behavior, exposing the documentation for this API to the user.
Types of changes
Screenshots:
How Has This Been Tested?
To generate the documentation and verify the correction, you can run
mvn clean installinside thetools/apidocproject and check the content of the page present intools/apidoc/target/xmldoc/html/index.html. Or run thebuild-apidoc.shscript:and check the page content available in myout/xmldoc/html/index.html