Skip to content

Commit 58c05e7

Browse files
authored
Update metadata-page.md
1 parent 52b030d commit 58c05e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyApp/_pages/metadata-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can also optionally add custom annotations and documentation on services whi
2525
[Api("Service Description")]
2626
[Route("/swagger/{Name}", "GET", Summary = "GET Summary", Notes="Notes")]
2727
[Route("/swagger/{Name}", "POST", Summary ="POST Summary", Notes="Notes")]
28-
public class MyRequestDto
28+
public class SwaggerTest
2929
{
3030
[ApiMember(Name="Name", Description = "Name Description",
3131
ParameterType = "path", DataType = "string", IsRequired = true)]

0 commit comments

Comments
 (0)