Skip to content

Commit 68e16e8

Browse files
authored
Merge pull request #2891 from microsoft/baywet-patch-1
docs: fixes comment for Responses property
2 parents 39d3cc2 + 24469a7 commit 68e16e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.OpenApi/Models/OpenApiOperation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public ISet<OpenApiTagReference>? Tags
7575
public IOpenApiRequestBody? RequestBody { get; set; }
7676

7777
/// <summary>
78-
/// REQUIRED. The list of possible responses as they are returned from executing this operation.
78+
/// The list of possible responses as they are returned from executing this operation.
7979
/// </summary>
8080
public OpenApiResponses? Responses { get; set; } = [];
8181

0 commit comments

Comments
 (0)