Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit e3af331

Browse files
kustnodiDustin Hodges
and
Dustin Hodges
authored
renamed DTO to match result shown in image (#109)
Co-authored-by: Dustin Hodges <dustin@volantesoftware.com>
1 parent 96f39fc commit e3af331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/metadata-page.md

+1-1
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)