Skip to content

Commit 14e7ccd

Browse files
Merge pull request #1 from GregoryEAllen/GregoryEAllen-patch-1
Add attr 'created_at' to ProjectIssueNote
2 parents 570e75d + 5b24122 commit 14e7ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/objects.py

Lines changed: 1 addition & 0 deletions
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)