You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//subsectionWithPath("_embedded.sw360:projects.[]packageIds").description("List of package IDs associated with the project"),
879
883
subsectionWithPath("_embedded.sw360:projects.[]projectType").description("The project type, possible values are: " + Arrays.asList(ProjectType.values())),
880
884
subsectionWithPath("_embedded.sw360:projects").description("An array of <<resources-projects, Projects resources>>"),
881
885
subsectionWithPath("_links").description("<<resources-index-links,Links>> to other resources"),
@@ -1045,6 +1049,7 @@ public void should_document_get_projects_with_all_details() throws Exception {
1045
1049
subsectionWithPath("_embedded.sw360:projects.[]_embedded.sw360:attachments").description("An array of all project attachments").optional(),
1046
1050
subsectionWithPath("_embedded.sw360:projects.[]vendor").description("An array of all component vendors with full name and link to their <<resources-vendor-get,Vendor resource>>"),
1047
1051
subsectionWithPath("_links").description("<<resources-index-links,Links>> to other resources"),
1052
+
subsectionWithPath("_embedded.sw360:projects[].packageIds").description("List of package IDs associated with each project."),
fieldWithPath("projectType").description("The project type, possible values are: " + Arrays.asList(ProjectType.values())),
@@ -1651,6 +1657,7 @@ public void should_document_update_project_vulnerabilities() throws Exception {
1651
1657
responseFields(
1652
1658
subsectionWithPath("_embedded.sw360:vulnerabilityDTOes.[]projectRelevance").description("The relevance of project of the vulnerability, possible values are: " + Arrays.asList(VulnerabilityRatingForProject.values())),
0 commit comments