Skip to content

Commit

Permalink
update and add new evaluators rels
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDevos committed Dec 19, 2024
1 parent 924bc0c commit b6759fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export const Rels = {
previousWeek: 'https://activities.api.brightspace.com/rels/previous-week',
publishersCandidates: 'https://activities.api.brightspace.com/rels/publisher-candidates',
removedEvaluator: 'https://activities.api.brightspace.com/rels/removed-evaluator',
selectedEvaluators: 'https://activities.api.brightspace.com/rels/selected-evaluator-candidates',
selectedEvaluators: 'https://activities.api.brightspace.com/rels/selected-evaluators',
selectedEvaluatorsWithLearnerStats: 'https://activities.api.brightspace.com/rels/selected-evaluators-with-learner-stats',
selectedPublishers: 'https://activities.api.brightspace.com/rels/selected-publisher-candidates',
user: 'https://activities.api.brightspace.com/rels/user',
userActivityUsage: 'https://activities.api.brightspace.com/rels/user-activity-usage',
Expand Down

0 comments on commit b6759fc

Please sign in to comment.