diff --git a/Assets/Scripts/MMTServer/CommunicationProtocoll/Endpoints.cs b/Assets/Scripts/MMTServer/CommunicationProtocoll/Endpoints.cs
index c38425fc57304d3fdb934717cd3ffe5d7a930217..f936738556de1dbbe320d95f5248b9b1c9ecd277 100644
--- a/Assets/Scripts/MMTServer/CommunicationProtocoll/Endpoints.cs
+++ b/Assets/Scripts/MMTServer/CommunicationProtocoll/Endpoints.cs
@@ -305,8 +305,8 @@ public class Scroll: IJSONsavable<Scroll>
         public List<MMTFact> acquiredFacts;
 
 #region IJSONsavable<Scroll>
-        public string name { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
-        public string path { get => throw new System.NotImplementedException(); set => throw new System.NotImplementedException(); }
+        public string name { get => ScrollReference; set => throw new System.NotImplementedException(); }
+        public string path { get => null; set => throw new System.NotImplementedException(); }
 
         Scroll IJSONsavable<Scroll>._IJPostProcess(Scroll payload)
         {