Add support for request body path parameters in v2#922
Add support for request body path parameters in v2#922darrelmiller merged 7 commits intovnextmicrosoft/OpenAPI.NET:vnextfrom
Conversation
|
I decided not to implement writing re-used request bodies as path parameters in V2 for the following reasons:
This means that the way it is currently implemented, we can successfully read request bodies as Path Parameters from V2 documents but they will be converted into operation parameters during the read. |
src/Microsoft.OpenApi.Readers/V2/OpenApiPathItemDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi.Readers/V2/OpenApiPathItemDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi.Readers/V2/OpenApiPathItemDeserializer.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.OpenApi.Readers/V2/OpenApiPathItemDeserializer.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
I would rather use the release notes in the CSProj to point to the release notes on GitHub than worry about updating this file with a description of every change. |
Then may I suggest to log a new issue and have somebody on the team take care of that? |
Done #923 |
see #885