diff --git a/dependency_list_export.go b/dependency_list_export.go index 2a14547ea..4304c479b 100644 --- a/dependency_list_export.go +++ b/dependency_list_export.go @@ -10,7 +10,7 @@ type DependencyListExportService struct { client *Client } -// createDependencyListExportOptions represents the available CreateDependencyListExport() +// CreateDependencyListExportOptions represents the available CreateDependencyListExport() // options. // // GitLab API docs: @@ -90,6 +90,8 @@ func (s *DependencyListExportService) GetDependencyListExport(id int, options .. // DownloadDependencyListExport downloads a single dependency list export. // +// The github.com/CycloneDX/cyclonedx-go package can be used to parse the returned bytes. +// // GitLab docs: // https://docs.gitlab.com/ee/api/dependency_list_export.html#download-dependency-list-export func (s *DependencyListExportService) DownloadDependencyListExport(id int, options ...RequestOptionFunc) ([]byte, *Response, error) {