This commit is contained in:
2025-11-18 15:27:53 +03:00
parent e3a65c0f33
commit 06992b8949
10 changed files with 291 additions and 10 deletions

View File

@@ -11,14 +11,6 @@ import (
// CreateRequest struct to create logical port
type CreateRequest struct {
// ID of the logical port
// Required: true
LogicalPortID string `url:"logical_port_id" json:"logical_port_id" validate:"required"`
// ID of the version
// Required: true
VersionID uint64 `url:"version_id" json:"version_id" validate:"required"`
// ID of the access group
// Required: true
AccessGroupID string `url:"access_group_id" json:"access_group_id" validate:"required"`