mirror of https://github.com/apache/cloudstack.git
api: remove required flag of gatewayid in CreateStaticRouteCmd (#12786)
This commit is contained in:
parent
7f7d0b02e1
commit
2359061f66
|
|
@ -46,7 +46,6 @@ public class CreateStaticRouteCmd extends BaseAsyncCreateCmd {
|
|||
@Parameter(name = ApiConstants.GATEWAY_ID,
|
||||
type = CommandType.UUID,
|
||||
entityType = PrivateGatewayResponse.class,
|
||||
required = true,
|
||||
description = "The gateway ID we are creating static route for. Mutually exclusive with the nexthop parameter")
|
||||
private Long gatewayId;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue