mirror of https://github.com/apache/cloudstack.git
api: Making id a required field in scalekubernetesclustercmd (#4404)
This commit is contained in:
parent
55f07030cb
commit
16bb05351a
|
|
@ -57,7 +57,7 @@ public class ScaleKubernetesClusterCmd extends BaseAsyncCmd {
|
|||
/////////////////////////////////////////////////////
|
||||
//////////////// API parameters /////////////////////
|
||||
/////////////////////////////////////////////////////
|
||||
@Parameter(name = ApiConstants.ID, type = CommandType.UUID,
|
||||
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, required = true,
|
||||
entityType = KubernetesClusterResponse.class,
|
||||
description = "the ID of the Kubernetes cluster")
|
||||
private Long id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue