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 52b030d commit 58c05e7Copy full SHA for 58c05e7
MyApp/_pages/metadata-page.md
@@ -25,7 +25,7 @@ You can also optionally add custom annotations and documentation on services whi
25
[Api("Service Description")]
26
[Route("/swagger/{Name}", "GET", Summary = "GET Summary", Notes="Notes")]
27
[Route("/swagger/{Name}", "POST", Summary ="POST Summary", Notes="Notes")]
28
-public class MyRequestDto
+public class SwaggerTest
29
{
30
[ApiMember(Name="Name", Description = "Name Description",
31
ParameterType = "path", DataType = "string", IsRequired = true)]
0 commit comments