fix: update cross product recommendations api endpoint docstring (#33066)
VAN-1593
This commit is contained in:
committed by
GitHub
parent
3949c73b35
commit
a0f5eddb6c
@@ -135,6 +135,9 @@ class AboutPageRecommendationsView(APIView):
|
||||
|
||||
class CrossProductRecommendationsView(APIView):
|
||||
"""
|
||||
IMPORTANT: Please do not update or use this API. This code has been moved to edx_recommendations plugin.
|
||||
Please use that plugin for further code changes. This API will be removed as part of VAN-1427.
|
||||
|
||||
**Example Request**
|
||||
|
||||
GET api/learner_recommendations/cross_product/{course_id}/
|
||||
|
||||
Reference in New Issue
Block a user