Browse Source
- change URL pattern to use <slug:slug> instead of <int:pk> - update view signature and swagger parameter to slug - fetch course by slug to match detail endpoint - ensures consistent API across course endpoints BREAKING CHANGE: the online validate endpoint now uses slug instead of pk; clients must update the path parameter from integer pk to string slugmaster
2 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue