mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-09 12:27:48 +00:00
initial commit
This commit is contained in:
19
docs/models/operations/postgreschangestatusrequest.md
Normal file
19
docs/models/operations/postgreschangestatusrequest.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# PostgresChangeStatusRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PostgresChangeStatusRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: PostgresChangeStatusRequest = {
|
||||
postgresId: "<id>",
|
||||
applicationStatus: "idle",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| `postgresId` | *string* | :heavy_check_mark: | N/A |
|
||||
| `applicationStatus` | [operations.PostgresChangeStatusApplicationStatus](../../models/operations/postgreschangestatusapplicationstatus.md) | :heavy_check_mark: | N/A |
|
||||
Reference in New Issue
Block a user