mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
initial commit
This commit is contained in:
30
docs/models/operations/postgrescreaterequest.md
Normal file
30
docs/models/operations/postgrescreaterequest.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# PostgresCreateRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PostgresCreateRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: PostgresCreateRequest = {
|
||||
name: "<value>",
|
||||
appName: "<value>",
|
||||
databaseName: "<value>",
|
||||
databaseUser: "<value>",
|
||||
databasePassword: "<value>",
|
||||
projectId: "<id>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `name` | *string* | :heavy_check_mark: | N/A |
|
||||
| `appName` | *string* | :heavy_check_mark: | N/A |
|
||||
| `databaseName` | *string* | :heavy_check_mark: | N/A |
|
||||
| `databaseUser` | *string* | :heavy_check_mark: | N/A |
|
||||
| `databasePassword` | *string* | :heavy_check_mark: | N/A |
|
||||
| `dockerImage` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `projectId` | *string* | :heavy_check_mark: | N/A |
|
||||
| `description` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `serverId` | *string* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user