api: remove required flag of gatewayid in CreateStaticRouteCmd (#12786)

This commit is contained in:
Wei Zhou 2026-03-12 09:12:09 +01:00 committed by GitHub
parent 7f7d0b02e1
commit 2359061f66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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;