You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation states: error_code = 00 an optional list of error codes to document only theses
I searched around a lot, but couldn't find any documented case of this field being used as a list, and I just can't seem to figure out how this can be written so it's interpreted as a list. Though, I only briefly flew over the macro definition.
So I either ask, to state that this is merely a singleton field in the documentation, or to expand either the documentation or the examples with how this can actually be used as a list.
Thank you
The text was updated successfully, but these errors were encountered:
Oh, now this is interesting. I tried the, now documented, behavior. It didn't result in only the mentioned error codes being documented for the endpoint. I'll test again, but maybe the issue is somewhere else then.
This test actually describe the intended behaviour, are you using apistos 0.x ou 1.x ? If you are using 1.x, are you using the #[get], #[post] ... macros ?
The documentation states:
error_code = 00 an optional list of error codes to document only theses
I searched around a lot, but couldn't find any documented case of this field being used as a list, and I just can't seem to figure out how this can be written so it's interpreted as a list. Though, I only briefly flew over the macro definition.
So I either ask, to state that this is merely a singleton field in the documentation, or to expand either the documentation or the examples with how this can actually be used as a list.
Thank you
The text was updated successfully, but these errors were encountered: