[#2746] Add required annotations to MgmtRolloutRestRequestBodyPost (#2818)

+ amountGroups made optional with default value 1 group

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-11-18 14:25:32 +02:00
committed by GitHub
parent fb69372ed5
commit 80165de06a
4 changed files with 10 additions and 9 deletions

View File

@@ -74,8 +74,7 @@ public interface RolloutManagement extends PermissionSupport {
long count();
/**
* Counts all {@link Rollout}s for a specific {@link DistributionSet} that
* are stoppable
* Counts all {@link Rollout}s for a specific {@link DistributionSet} that are stoppable
* <p/>
* No access control applied
*