diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2018-08-09 10:21:17 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2018-08-21 11:23:05 +0200 |
commit | 7308a9be1ea480584fad85dc5de569500fc3ceb7 (patch) | |
tree | e4a865be06da750f67d4cf73c4cf382356a041b8 /lib | |
parent | cc9764acd049776a40b2188f72436b824f5b0d1a (diff) | |
download | gitlab-ce-7308a9be1ea480584fad85dc5de569500fc3ceb7.tar.gz |
API: Add shared project's expiration dateapi-shared_group_expires-at
Diffstat (limited to 'lib')
-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 27f28e1df93..864640dcb69 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -91,6 +91,7 @@ module API group_link.group.name end expose :group_access, as: :group_access_level + expose :expires_at end class ProjectIdentity < Grape::Entity |