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

31 lines
6.3 KiB
Markdown

# MountsUpdateRequest
## Example Usage
```typescript
import { MountsUpdateRequest } from "dokploy/models/operations";
let value: MountsUpdateRequest = {
mountId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `mountId` | *string* | :heavy_check_mark: | N/A |
| `type` | [operations.MountsUpdateType](../../models/operations/mountsupdatetype.md) | :heavy_minus_sign: | N/A |
| `hostPath` | *string* | :heavy_minus_sign: | N/A |
| `volumeName` | *string* | :heavy_minus_sign: | N/A |
| `filePath` | *string* | :heavy_minus_sign: | N/A |
| `content` | *string* | :heavy_minus_sign: | N/A |
| `serviceType` | [operations.MountsUpdateServiceType](../../models/operations/mountsupdateservicetype.md) | :heavy_minus_sign: | N/A |
| `mountPath` | *string* | :heavy_minus_sign: | N/A |
| `applicationId` | *string* | :heavy_minus_sign: | N/A |
| `postgresId` | *string* | :heavy_minus_sign: | N/A |
| `mariadbId` | *string* | :heavy_minus_sign: | N/A |
| `mongoId` | *string* | :heavy_minus_sign: | N/A |
| `mysqlId` | *string* | :heavy_minus_sign: | N/A |
| `redisId` | *string* | :heavy_minus_sign: | N/A |
| `composeId` | *string* | :heavy_minus_sign: | N/A |