# PortUpdateRequest ## Example Usage ```typescript import { PortUpdateRequest } from "dokploy/models/operations"; let value: PortUpdateRequest = { portId: "", publishedPort: 8649.89, targetPort: 6568.3, }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | | `portId` | *string* | :heavy_check_mark: | N/A | | `publishedPort` | *number* | :heavy_check_mark: | N/A | | `targetPort` | *number* | :heavy_check_mark: | N/A | | `protocol` | [operations.PortUpdateProtocol](../../models/operations/portupdateprotocol.md) | :heavy_minus_sign: | N/A |