summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r--lib/api/entities.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 3f1594994c9..09dae1e88e2 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -371,8 +371,8 @@ module API
class RunnerProjectDetails < Grape::Entity
expose :id
- expose :name_with_namespace, as: :name
- expose :path_with_namespace, as: :path
+ expose :name_with_namespace
+ expose :path_with_namespace
end
class Runner < Grape::Entity