added xml comments to swagger. finished adding all filter query params to episode endpoint.

This commit is contained in:
StevanFreeborn
2022-06-21 14:07:56 -05:00
parent f22960f0ef
commit 2ecd3ff8bf
6 changed files with 84 additions and 2 deletions
+3
View File
@@ -5,3 +5,6 @@ dotnet_diagnostic.CS0472.severity = none
# CS8604: Possible null reference argument.
dotnet_diagnostic.CS8604.severity = none
# CS1591: Missing XML comment for publicly visible type or member
dotnet_diagnostic.CS1591.severity = none