summaryrefslogtreecommitdiff
path: root/lib/api/entities/group.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/entities/group.rb')
-rw-r--r--lib/api/entities/group.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities/group.rb b/lib/api/entities/group.rb
index 10e10e52d9f..8a6a5b7057c 100644
--- a/lib/api/entities/group.rb
+++ b/lib/api/entities/group.rb
@@ -19,6 +19,7 @@ module API
end
expose :request_access_enabled
expose :full_name, :full_path
+ expose :created_at
expose :parent_id
expose :custom_attributes, using: 'API::Entities::CustomAttribute', if: :with_custom_attributes