Create a dependency list export
POST
/api/v4/groups/{id}/dependency_list_exports
Creates a CycloneDX JSON export for all the project dependencies detected in a pipeline. If an authenticated user does not have the read_dependency permission, this request returns a 403 Forbidden status code.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body
Section titled “ Request Body ” Media type application/json
object
send_email
Send an email when the export completes
boolean
export_type
File format of the export
string
Responses
Section titled “ Responses ”Created
Bad Request
Not Found