It doesn't really make sense for the OData related controllers (ex ODataMetadataController, EntitySetController) to show up in the web API help page.<br /><br />You can exclude them using the following attribute: [ApiExplorerSettings(IgnoreApi = true)]
Comments: Verified
Comments: Verified