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"),
880
884
subsectionWithPath("_embedded.sw360:projects.[]projectType").description("The project type, possible values are: " + Arrays.asList(ProjectType.values())),
881
885
subsectionWithPath("_embedded.sw360:projects").description("An array of <<resources-projects, Projects resources>>"),
882
886
subsectionWithPath("_links").description("<<resources-index-links,Links>> to other resources"),
@@ -1046,6 +1050,7 @@ public void should_document_get_projects_with_all_details() throws Exception {
1046
1050
subsectionWithPath("_embedded.sw360:projects.[]_embedded.sw360:attachments").description("An array of all project attachments").optional(),
1047
1051
subsectionWithPath("_embedded.sw360:projects.[]vendor").description("An array of all component vendors with full name and link to their <<resources-vendor-get,Vendor resource>>"),
1048
1052
subsectionWithPath("_links").description("<<resources-index-links,Links>> to other resources"),
1053
+
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())),
@@ -1652,6 +1658,7 @@ public void should_document_update_project_vulnerabilities() throws Exception {
1652
1658
responseFields(
1653
1659
subsectionWithPath("_embedded.sw360:vulnerabilityDTOes.[]projectRelevance").description("The relevance of project of the vulnerability, possible values are: " + Arrays.asList(VulnerabilityRatingForProject.values())),
0 commit comments