We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13617eb commit f324f3aCopy full SHA for f324f3a
src/Microsoft.OpenApi/Models/OpenApiOperation.cs
@@ -124,7 +124,7 @@ public void SerializeAsV3(IOpenApiWriter writer)
124
Tags,
125
(w, t) =>
126
{
127
- t.SerializeAsV2(w);
+ t.SerializeAsV3(w);
128
});
129
130
// summary
@@ -184,7 +184,7 @@ public void SerializeAsV2(IOpenApiWriter writer)
184
185
186
187
- t.SerializeAsV3(w);
+ t.SerializeAsV2(w);
188
189
190
0 commit comments