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
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
thrownewDomainParseException("An operation requires a successful response");
}
From the spec.:
The Responses Object MUST contain at least one response code, and it SHOULD be the response for a successful operation call.
This doesn't seem to allow for the default response potentially covering the successful case, and the API MAY choose to ignore the SHOULD advice anyway.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tavis.OpenApi/src/OpenApi/Model/PathItem.cs
Lines 23 to 29 in 9fe10be
From the spec.:
This doesn't seem to allow for the
default
response potentially covering the successful case, and the APIMAY
choose to ignore theSHOULD
advice anyway.The text was updated successfully, but these errors were encountered: