Modify¶
POST /api/v1/notify_object/modify
Overview¶
Modify the information of the specified notification target
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
notifyObjectUUID | string | Y | Checker UUID Nullable: False |
name | string | Notification target names Nullable: False |
|
optSet | json | Notification settings Nullable: False |
|
openPermissionSet | boolean | Enable custom permission configuration, (default false: disable), after enabling, operation permissions for this rule will be based on permissionSet Nullable: False |
|
permissionSet | array | Operation permission configuration, can configure (roles (excluding owners), member UUIDs, team UUIDs) Example: ['wsAdmin', 'acnt_xxxx', 'group_yyyy'] Nullable: False |