From e3af331d49cbcc6c278614e4a650f77355872b50 Mon Sep 17 00:00:00 2001 From: Dustin Hodges Date: Thu, 10 Oct 2024 19:43:09 -0600 Subject: [PATCH] renamed DTO to match result shown in image (#109) Co-authored-by: Dustin Hodges --- docs/metadata-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata-page.md b/docs/metadata-page.md index ddeee23d62..718d813568 100644 --- a/docs/metadata-page.md +++ b/docs/metadata-page.md @@ -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)]