-
Notifications
You must be signed in to change notification settings - Fork 509
[#6860] docs: add OpenAPI docs for fileset/files #7334
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
[#6860] docs: add OpenAPI docs for fileset/files #7334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plz fix the CI
type: integer | ||
format: int32 | ||
description: Status code of the response | ||
enum: [0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mchades I reverted this change to make CI pass. It seems like they require an array, and I believe this is the same as
enum
- 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
### What changes were proposed in this pull request? Add OpenAPI doc for fileset/files endpoint ### Why are the changes needed? To generate docs for the new API endpoint at fileset/files Fix: #7328 ### Does this PR introduce _any_ user-facing change? Yes, new REST API doc ### How was this patch tested? CI pass
What changes were proposed in this pull request?
Add OpenAPI doc for fileset/files endpoint
Why are the changes needed?
To generate docs for the new API endpoint at fileset/files
Fix: #7328
Does this PR introduce any user-facing change?
Yes, new REST API doc
How was this patch tested?
CI pass