Skip to content

Commit

Permalink
Update the allChildren rel
Browse files Browse the repository at this point in the history
subdomain of the parentportal api changed to 'parents'.
  • Loading branch information
CodeBaboon committed Apr 7, 2017
1 parent a1df336 commit c6b4fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions d2l-hm-constants-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
userProfile: 'https://api.brightspace.com/rels/user-profile',
user: 'https://api.brightspace.com/rels/user',
whoami: 'https://api.brightspace.com/rels/whoami',
// Parent Portal sub-domain rels
ParentPortal: {
allChildren: 'https://parentportal.api.brightspace.com/rels/all-my-children'
// Parents api sub-domain rels
Parents: {
allChildren: 'https://parents.api.brightspace.com/rels/all-my-children'
}
},
HypermediaClasses: {
Expand Down

0 comments on commit c6b4fc1

Please sign in to comment.