diff options
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r-- | gitlab/objects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py index 5166b08..2391439 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -1376,6 +1376,7 @@ class ProjectIssueNote(GitlabObject): canDelete = False requiredUrlAttrs = ['project_id', 'issue_id'] requiredCreateAttrs = ['body'] + optionalCreateAttrs = ['created_at'] class ProjectIssueNoteManager(BaseManager): |