APIv4 - Add `@since` annotation to each entity
[civicrm-core.git] / ang / api4Explorer / Explorer.js
index 5cc419a6461dd3709863328c71aee24befccdbd3..e02b8365fe2647857e9609a220b0540aeb2a140e 100644 (file)
         description: entityInfo.description,
         comment: entityInfo.comment,
         type: entityInfo.type,
+        since: entityInfo.since,
         see: entityInfo.see
       });
     }