* chore: update API endpoints to support default JWT auth The default DRF Auth classes were recently updated to allow for both JWT and Session auth by default. Any endpoint that overrides the AUTHENTICATION_CLASSES but has just session, just JWT or just both of those should be updated to remove the override. Details in https://github.com/openedx/edx-platform/issues/33662
Status: Maintenance Responsibilities ================ The enrollments app provides basic CRUD functionality and APIs for managing Course-Run enrollments. Enrollments in Programs is managed by the ``lms/djangoapps/program_enrollments\`` app. Direction: Keep =============== Glossary ======== More Documentation ==================