Modify¶
POST /api/v1/notify_object/modify
Overview¶
Modify the specified Notification Targets information
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
notifyObjectUUID | string | Y | Inspector UUID Allow empty: False |
name | string | Notification Targets name Allow empty: False |
|
optSet | json | Notification settings Allow empty: False |
|
openPermissionSet | boolean | Enable custom permission configuration, (default false: not enabled), when enabled, the operation permissions of this rule are based on permissionSet Allow empty: False |
|
permissionSet | array | Operation permission configuration, configurable (roles (except owner), member uuid, team uuid) Example: ['wsAdmin', 'acnt_xxxx', 'group_yyyy'] Allow empty: False |