Skip to content

Commit 5385bc9

Browse files
committed
feat: add title field to NotificationTriggerUpdateRequest
Signed-off-by: Mohsen Karimi <mohsenk.work@gmail.com>
1 parent 1417873 commit 5385bc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/app/teamwize/api/notification/rest/model/request/NotificationTriggerUpdateRequest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
public record NotificationTriggerUpdateRequest(
1010
String name,
11+
String title,
1112
String textTemplate,
1213
String htmlTemplate,
1314
EventType eventType,

0 commit comments

Comments
 (0)