You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TinyHelpers.AspNetCore/OpenApi/OpenApiExtensions.cs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@ public static class OpenApiExtensions
14
14
extension(IServiceCollectionservices)
15
15
{
16
16
/// <summary>
17
-
/// Captures endpoint parameter metadata once and reuses it during OpenAPI generation so the application can keep custom parameter rules in a single place.
17
+
/// Registers OpenAPI parameter definitions that can be automatically applied to every operation.
18
18
/// </summary>
19
19
/// <param name="setupAction">A callback that fills the parameter options object.</param>
20
20
/// <returns>The same <see cref="IServiceCollection" /> for fluent registration.</returns>
0 commit comments