Files
Dokploy-ts-sdk/docs/models/operations/portupdaterequest.md
2025-09-26 02:33:10 +00:00

22 lines
2.1 KiB
Markdown

# PortUpdateRequest
## Example Usage
```typescript
import { PortUpdateRequest } from "dokploy/models/operations";
let value: PortUpdateRequest = {
portId: "<id>",
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 |