-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
type:enhancementEnhancement request targeting an existing experienceEnhancement request targeting an existing experience
Milestone
Description
Or make code extendable to allow do it on customer side.
OpenAPI.NET/src/Microsoft.OpenApi/Models/OpenApiOperation.cs
Lines 244 to 252 in 3d62054
var bodyParameter = new OpenApiBodyParameter | |
{ | |
Description = RequestBody.Description, | |
// V2 spec actually allows the body to have custom name. | |
// Our library does not support this at the moment. | |
Name = "body", | |
Schema = content?.Schema ?? new OpenApiSchema(), | |
Required = RequestBody.Required | |
}; |
Metadata
Metadata
Assignees
Labels
type:enhancementEnhancement request targeting an existing experienceEnhancement request targeting an existing experience