rename foreign uuid attributes
[arvados.git] / services / api / lib / common_api_template.rb
index 1dec3fa5b40b9d28713de240716111209d27d708..7b7478e25ba04609fad19055ef4349e46277646e 100644 (file)
@@ -6,10 +6,10 @@ module CommonApiTemplate
       t.add :kind
       t.add :etag
       t.add :uuid
-      t.add :owner
+      t.add :owner_uuid
       t.add :created_at
-      t.add :modified_by_client
-      t.add :modified_by_user
+      t.add :modified_by_client_uuid
+      t.add :modified_by_user_uuid
       t.add :modified_at
       t.add :updated_at
     end