Files
Dokploy-ts-sdk/docs/models/operations/notificationupdateslackrequest.md
2025-09-26 02:33:10 +00:00

28 lines
1.3 KiB
Markdown

# NotificationUpdateSlackRequest
## Example Usage
```typescript
import { NotificationUpdateSlackRequest } from "dokploy/models/operations";
let value: NotificationUpdateSlackRequest = {
notificationId: "<id>",
slackId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `appBuildError` | *boolean* | :heavy_minus_sign: | N/A |
| `databaseBackup` | *boolean* | :heavy_minus_sign: | N/A |
| `dokployRestart` | *boolean* | :heavy_minus_sign: | N/A |
| `name` | *string* | :heavy_minus_sign: | N/A |
| `appDeploy` | *boolean* | :heavy_minus_sign: | N/A |
| `dockerCleanup` | *boolean* | :heavy_minus_sign: | N/A |
| `webhookUrl` | *string* | :heavy_minus_sign: | N/A |
| `channel` | *string* | :heavy_minus_sign: | N/A |
| `notificationId` | *string* | :heavy_check_mark: | N/A |
| `slackId` | *string* | :heavy_check_mark: | N/A |
| `adminId` | *string* | :heavy_minus_sign: | N/A |