mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-24 03:56:27 +00:00
Support for WithTags for OpenAPI
This commit is contained in:
@@ -107,6 +107,9 @@ public static class Constants
|
||||
public const string EndpointDescriptionAttributeName = "EndpointDescriptionAttribute";
|
||||
public const string EndpointDescriptionAttributeShortName = "EndpointDescription";
|
||||
public const string WithDescriptionExtension = "WithDescription";
|
||||
public const string TagsAttributeName = "TagsAttribute";
|
||||
public const string TagsAttributeShortName = "Tags";
|
||||
public const string WithTagsExtension = "WithTags";
|
||||
public const string ProducesAttributeName = "ProducesAttribute";
|
||||
public const string ProducesAttributeShortName = "Produces";
|
||||
public const string ProducesResponseTypeAttributeName = "ProducesResponseTypeAttribute";
|
||||
|
||||
Reference in New Issue
Block a user