mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
18 lines
573 B
Markdown
18 lines
573 B
Markdown
# PostgresSaveEnvironmentRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PostgresSaveEnvironmentRequest } from "dokploy/models/operations";
|
|
|
|
let value: PostgresSaveEnvironmentRequest = {
|
|
postgresId: "<id>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `postgresId` | *string* | :heavy_check_mark: | N/A |
|
|
| `env` | *string* | :heavy_minus_sign: | N/A | |