Skip to content

Modify a Notification Target



POST /api/v1/notify_object/modify

Overview

Modify the information of a specified notification target

Body Request Parameters

Parameter Name Type Required Description
notifyObjectUUID string Y Notification target UUID
Can be empty: False
name string Notification target name
Can be empty: False
optSet json Notification settings
Can be empty: False
openPermissionSet boolean Enable custom permission configuration, (default false: not enabled), after enabling, operation permissions for this rule are based on permissionSet
Can be empty: False
permissionSet array Operation permission configuration, can configure (role (except owner), member UUID, team UUID)
Example: ['wsAdmin', 'acnt_xxxx', 'group_yyyy']
Can be empty: False

Additional Parameter Notes

Response


Feedback

Is this page helpful? ×