Skip to content

Commit 9af85db

Browse files
committed
Update the public API text file
1 parent 5a3da1a commit 9af85db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ namespace Microsoft.OpenApi.Services
957957
public static class OpenApiFilterService
958958
{
959959
public static Microsoft.OpenApi.Models.OpenApiDocument CreateFilteredDocument(Microsoft.OpenApi.Models.OpenApiDocument source, System.Func<Microsoft.OpenApi.Models.OpenApiOperation, bool> predicate) { }
960-
public static System.Func<Microsoft.OpenApi.Models.OpenApiOperation, bool> CreatePredicate(string operationIds) { }
960+
public static System.Func<Microsoft.OpenApi.Models.OpenApiOperation, bool> CreatePredicate(string operationIds = null, string tags = null) { }
961961
}
962962
public class OpenApiReferenceError : Microsoft.OpenApi.Models.OpenApiError
963963
{

0 commit comments

Comments
 (0)