Skip to content
Snippets Groups Projects
Commit 42ef89c9 authored by Nihad Abbasov's avatar Nihad Abbasov
Browse files

API: expose created date for project hooks and user SSH keys

parent 968c09ae
No related branches found
No related tags found
1 merge request!2124remove unnecessary API::VERSION constant
v 4.0.0
- [API] expose created date for hooks and SSH keys
- [API] list, create issue notes
- [API] list, create snippet notes
- [API] list, create wall notes
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@ module Gitlab
end
 
class Hook < Grape::Entity
expose :id, :url
expose :id, :url, :created_at
end
 
class Project < Grape::Entity
Loading
Loading
@@ -61,7 +61,7 @@ module Gitlab
end
 
class SSHKey < Grape::Entity
expose :id, :title, :key
expose :id, :title, :key, :created_at
end
 
class MergeRequest < Grape::Entity
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment