microsoft/OpenApi.ApiManifest

Document application name should not be required

Opened this issue · 0 comments

According to the latest specification in kiota the application name should not be required for the document.
However today the constructor requires this parameter

public ApiManifestDocument(string applicationName)

This might require an update to the specification as well.