mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
1.3 KiB
1.3 KiB
NotificationUpdateSlackRequest
Example Usage
import { NotificationUpdateSlackRequest } from "dokploy/models/operations";
let value: NotificationUpdateSlackRequest = {
notificationId: "<id>",
slackId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
appBuildError |
boolean | ➖ | N/A |
databaseBackup |
boolean | ➖ | N/A |
dokployRestart |
boolean | ➖ | N/A |
name |
string | ➖ | N/A |
appDeploy |
boolean | ➖ | N/A |
dockerCleanup |
boolean | ➖ | N/A |
webhookUrl |
string | ➖ | N/A |
channel |
string | ➖ | N/A |
notificationId |
string | ✔️ | N/A |
slackId |
string | ✔️ | N/A |
adminId |
string | ➖ | N/A |