From 4541887b7d7de5bd7fe05ba59970adab560b052a Mon Sep 17 00:00:00 2001 From: Miles Tjandrawidjaja Date: Wed, 6 Mar 2019 09:52:04 -0500 Subject: [PATCH] Adding rel for evaluation on activities --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index c1336de..a28a555 100644 --- a/index.js +++ b/index.js @@ -10,6 +10,7 @@ export const Rels = { departments: 'https://api.brightspace.com/rels/departments', displayName: 'https://api.brightspace.com/rels/display-name', enrollments: 'https://api.brightspace.com/rels/enrollments', + evaluation: 'https://api.brightspace.com/rels/evaluation', filter: 'https://api.brightspace.com/rels/filter', filters: 'https://api.brightspace.com/rels/filters', firstName: 'https://api.brightspace.com/rels/first-name',