Skip to content

Commit be443a8

Browse files
author
Paul Philion
committed
Adding updated_on to ticket note to match redmine v6 api
1 parent 0813ff2 commit be443a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redmine/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class TicketNote(): # https://www.redmine.org/projects/redmine/wiki/Rest_IssueJo
127127
id: int
128128
notes: str
129129
created_on: dt.datetime
130+
updated_on: dt.datetime
130131
private_notes: bool
131132
details: list[PropertyChange]
132133
user: NamedId | None = None

0 commit comments

Comments
 (0)