From 8cde34d2be38bbe5380d7e204361db6b460eb738 Mon Sep 17 00:00:00 2001 From: Miles Tjandrawidjaja Date: Mon, 25 Feb 2019 16:11:02 -0500 Subject: [PATCH] Add filter rel --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9c39c4b..c1336de 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', + filter: 'https://api.brightspace.com/rels/filter', filters: 'https://api.brightspace.com/rels/filters', firstName: 'https://api.brightspace.com/rels/first-name', lastName: 'https://api.brightspace.com/rels/last-name',