Skip to content

Commit

Permalink
feat(rest): Update API create Release with LinkedRelease
Browse files Browse the repository at this point in the history
Signed-off-by: tuannn2 <[email protected]>
  • Loading branch information
tuannn2 committed Aug 14, 2023
1 parent c6bf268 commit c9c37b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ static abstract class ComponentDTOMixin extends Component {
"languagesIterator",
"operatingSystemsIterator",
"cotsDetails",
"releaseIdToRelationship",
"documentState",
"contributorsIterator",
"rolesSize",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ public void should_document_get_release_all_details() throws Exception {
subsectionWithPath("_embedded.sw360:releases.[]externalIds").description("When releases are imported from other tools, the external ids can be stored here. Store as 'Single String' when single value, or 'Array of String' when multi-values"),
subsectionWithPath("_embedded.sw360:releases.[]eccInformation").description("The eccInformation of this release"),
subsectionWithPath("_embedded.sw360:releases.[]additionalData").description("A place to store additional data used by external tools").optional(),
subsectionWithPath("_embedded.sw360:releases.[]releaseIdToRelationship").description("Release Id To Relationship of Release").optional(),
subsectionWithPath("_embedded.sw360:releases.[]languages").description("The language of the component"),
subsectionWithPath("_embedded.sw360:releases.[]mainLicenseIds").description("An array of all main licenses").optional(),
subsectionWithPath("_embedded.sw360:releases.[]otherLicenseIds").description("An array of all other licenses associated with the release").optional(),
Expand Down

0 comments on commit c9c37b9

Please sign in to comment.