We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32ab42 commit 46be5e0Copy full SHA for 46be5e0
src/System.Web.Http/Description/ApiDescription.cs
@@ -82,7 +82,7 @@ public ApiDescription()
82
/// <summary>
83
/// Gets the response description.
84
/// </summary>
85
- public ResponseDescription ResponseDescription { get; internal set; }
+ public ResponseDescription ResponseDescription { get; set; }
86
87
88
/// Gets the ID. The ID is unique within <see cref="HttpServer"/>.
0 commit comments