mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
6.3 KiB
6.3 KiB
MountsUpdateRequest
Example Usage
import { MountsUpdateRequest } from "dokploy/models/operations";
let value: MountsUpdateRequest = {
mountId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
mountId |
string | ✔️ | N/A |
type |
operations.MountsUpdateType | ➖ | N/A |
hostPath |
string | ➖ | N/A |
volumeName |
string | ➖ | N/A |
filePath |
string | ➖ | N/A |
content |
string | ➖ | N/A |
serviceType |
operations.MountsUpdateServiceType | ➖ | N/A |
mountPath |
string | ➖ | N/A |
applicationId |
string | ➖ | N/A |
postgresId |
string | ➖ | N/A |
mariadbId |
string | ➖ | N/A |
mongoId |
string | ➖ | N/A |
mysqlId |
string | ➖ | N/A |
redisId |
string | ➖ | N/A |
composeId |
string | ➖ | N/A |