diff options
| author | Robert Schilling <rschilling@student.tugraz.at> | 2016-07-12 17:59:21 +0200 |
|---|---|---|
| committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-07-12 17:59:21 +0200 |
| commit | e7d9fcc1c9162271512edbd430d103c0697ccdbc (patch) | |
| tree | 27fe0285dd29ad587643d11e20fbf3d9bdbea305 /lib/api/entities.rb | |
| parent | 3ca9253444710c6a2d5ad4dca345f8d558be4f1a (diff) | |
| download | gitlab-ce-e7d9fcc1c9162271512edbd430d103c0697ccdbc.tar.gz | |
API: Expose due_date for issuesapi-isssues-due-date
Diffstat (limited to 'lib/api/entities.rb')
| -rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 301dbb688a7..40e2a487fe9 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -186,6 +186,7 @@ module API end expose :user_notes_count expose :upvotes, :downvotes + expose :due_date end class ExternalIssue < Grape::Entity |
