Closed OmarIthawi closed 2 years ago
RED-2634.
All endpoints now support choosing a specific organization on the Tahoe main site instead of get_current_organization().
get_current_organization()
Use the new parameter like below:
GET /course_access_groups/api/v1/courses/?organization_uuid=14cd5716-5455-11ec-a045
Then the API would find the right org based on Organization.edx_uuid field.
Organization.edx_uuid
cc: @melvinsoft @estherjsuh @grozdanowski
I'm still working on this but I'm mostly done with the main design and implementation draft.
organization_uuid
RED-2634.
All endpoints now support choosing a specific organization on the Tahoe main site instead of
get_current_organization()
.Use the new parameter like below:
Then the API would find the right org based on
Organization.edx_uuid
field.cc: @melvinsoft @estherjsuh @grozdanowski
I'm still working on this but I'm mostly done with the main design and implementation draft.
TODO
Quick security check
organization_uuid
: Should 403. Does 403.organization_uuid
: Should work. Does work.organization_uuid
: Should work. Does work.