OpenApiDocDescriptor.NewOpenApiExternalExample method
Creates a new OpenApiExample object. Using ExternalValue
public OpenApiExample NewOpenApiExternalExample(string summary, string? description,
string? externalValue, IDictionary? extensions)
| parameter | description |
|---|---|
| summary | Creates a new OpenApiExample object. |
| description | The description of the example. |
| externalValue | The external value of the example. |
| extensions | The extensions for the example. |
Return Value
A new instance of OpenApiExample.
See Also
- class OpenApiDocDescriptor
- namespace Kestrun.OpenApi