-
Notifications
You must be signed in to change notification settings - Fork 711
Add more metadata #824
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
Comments
This will be reverted in Preview 3, which would alleviate this problem. It should be published - soon. 😉 I'll leave this unresolved until you can confirm you're getting the behavior/features you expected. |
Ahh what? How would this solve the issue? 💩 |
🤣 HA! No, not quite. After a long discussion and some refactoring, the mechanisms by which you provide intrinsic metadata will be reverted back to how they were/are. You can see what it will look like here in the updated example. It's less than ideal, but probably the best that can be done for |
I'm going to call this a 🐞 simply because it didn't do what you expected. As I mentioned, there is a significant refactor in Preview 3 that will address this. Effectively, the API Versioning-specific code for this has been removed and things should now behave the same as any other Minimal API. Preview 3 is now available and contains the fix for this issue. Review the release notes and updated examples to see how things have changed. |
|
Uh oh!
There was an error while loading. Please reload this page.
For minimal apis, i miss methods to add descriptions
Produces:
In this example i want to be able to add
paths.['/api/v1/people/{id}'].get.description
andpaths.['/api/v1/people/{id}'].get.responses.['200'].description
which is currently (6.0.0-preview.2) not possibleThe text was updated successfully, but these errors were encountered: