Modify¶
POST /api/v1/notify_object/modify
Overview¶
Modify the information of the specified notification object.
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| notifyObjectUUID | string | Y | Inspector UUID Allow empty: False |
| name | string | Notification object name Allow empty: False |
|
| optSet | json | Notification settings Allow empty: False |
|
| openPermissionSet | boolean | Enable custom permission configuration, (default false: disabled). If enabled, the operation permissions for 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 |