Commit a7c5d1ab authored by raju249's avatar raju249

Add initial entity for Project Error Settings

parent 9e3e9f06
...@@ -166,6 +166,11 @@ module API ...@@ -166,6 +166,11 @@ module API
end end
end end
class SentryProjectErrorTrackingSettings < Grape::Entity
expose :project_name
expose :project_url
end
class RemoteMirror < Grape::Entity class RemoteMirror < Grape::Entity
expose :id expose :id
expose :enabled expose :enabled
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment