mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-07 04:19:39 +00:00
initial commit
This commit is contained in:
34
docs/models/operations/postgresupdaterequest.md
Normal file
34
docs/models/operations/postgresupdaterequest.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# PostgresUpdateRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PostgresUpdateRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: PostgresUpdateRequest = {
|
||||
postgresId: "<id>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
|
||||
| `postgresId` | *string* | :heavy_check_mark: | N/A |
|
||||
| `name` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `appName` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `databaseName` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `databaseUser` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `databasePassword` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `description` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `dockerImage` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `command` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `env` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `memoryReservation` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `externalPort` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `memoryLimit` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `cpuReservation` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `cpuLimit` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `applicationStatus` | [operations.PostgresUpdateApplicationStatus](../../models/operations/postgresupdateapplicationstatus.md) | :heavy_minus_sign: | N/A |
|
||||
| `createdAt` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `projectId` | *string* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user