Skip to content

Commit 5b24122

Browse files
Add attr 'created_at' to ProjectIssueNote
1 parent 570e75d commit 5b24122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/objects.py

+1
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,7 @@ class ProjectIssueNote(GitlabObject):
13761376
canDelete = False
13771377
requiredUrlAttrs = ['project_id', 'issue_id']
13781378
requiredCreateAttrs = ['body']
1379+
optionalCreateAttrs = ['created_at']
13791380

13801381

13811382
class ProjectIssueNoteManager(BaseManager):

0 commit comments

Comments
 (0)