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
While the request will come in with a concrete media type to match, our supported media types may include wildcards (e.g. image/jpg in the request and image/* in the OpenAPI definition.
The text was updated successfully, but these errors were encountered:
Menes/Solutions/Menes.Hosting.AspNetCore/Menes/Internal/OpenApiActionResult.cs
Line 197 in f7c389e
While the request will come in with a concrete media type to match, our supported media types may include wildcards (e.g.
image/jpg
in the request andimage/*
in the OpenAPI definition.The text was updated successfully, but these errors were encountered: