Skip to content

Commit 74d8866

Browse files
committed
Update public API
1 parent 983c576 commit 74d8866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,6 +1512,7 @@ namespace Microsoft.OpenApi.Services
15121512
public bool Contains(string location) { }
15131513
public System.Uri GetDocumentId(string key) { }
15141514
public bool RegisterComponent<T>(string location, T component) { }
1515+
public void RegisterComponents(Microsoft.OpenApi.Models.OpenApiDocument document) { }
15151516
public T ResolveReference<T>(string location) { }
15161517
}
15171518
public class OperationSearch : Microsoft.OpenApi.Services.OpenApiVisitorBase

0 commit comments

Comments
 (0)