Addressing some of the recent created Issues (#2891)
* Add missing open api schema for Creation of DistributionSet #2745 * Fixed Target Security Token lenght in doc - possible max value 128 chars * Re-visit Security token doc --------- Signed-off-by: vasilchev <vasil.ilchev@bosch.com>
This commit is contained in:
@@ -32,6 +32,18 @@ import org.eclipse.hawkbit.mgmt.json.model.softwaremodule.MgmtSoftwareModuleAssi
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public class MgmtDistributionSetRequestBodyPost extends MgmtDistributionSetRequestBodyPut {
|
||||
|
||||
@Schema(description = "Array of Software Modules assigned to the distribution set. " +
|
||||
"Software Modules assigned to Distribution Set would define the 'complete' property of DistributionSet." +
|
||||
"Assigned Software Modules must be 'complete' in order DistributionSet to be 'complete'." +
|
||||
"Distribution Sets that are not 'complete' cannot be used in a Rollout/Auto-Assignment", example = """
|
||||
[
|
||||
{
|
||||
"id": 1
|
||||
},
|
||||
{
|
||||
"id": 2
|
||||
}
|
||||
]""")
|
||||
private List<MgmtSoftwareModuleAssignment> modules;
|
||||
|
||||
@Schema(description = "The type of the distribution set", example = "test_default_ds_type")
|
||||
|
||||
Reference in New Issue
Block a user