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:
17
docs/models/operations/postgresstoprequest.md
Normal file
17
docs/models/operations/postgresstoprequest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# PostgresStopRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PostgresStopRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: PostgresStopRequest = {
|
||||
postgresId: "<id>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `postgresId` | *string* | :heavy_check_mark: | N/A |
|
||||
Reference in New Issue
Block a user