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

Commit

Permalink
renamed DTO to match result shown in image (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Hodges <[email protected]>
  • Loading branch information
kustnodi and Dustin Hodges authored Oct 11, 2024
1 parent 96f39fc commit e3af331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metadata-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can also optionally add custom annotations and documentation on services whi
[Api("Service Description")]
[Route("/swagger/{Name}", "GET", Summary = "GET Summary", Notes="Notes")]
[Route("/swagger/{Name}", "POST", Summary ="POST Summary", Notes="Notes")]
public class MyRequestDto
public class SwaggerTest
{
[ApiMember(Name="Name", Description = "Name Description",
ParameterType = "path", DataType = "string", IsRequired = true)]
Expand Down

0 comments on commit e3af331

Please sign in to comment.