Toggle the study guide favorite (ASK-156)
POST/me/study-guides/:study_guide_id/favorite
Toggles whether the authenticated user has favorited this study guide. Same toggle semantics as the file favorite endpoint -- inserts when missing, deletes when present. Permission-less: no enrollment or ownership check.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Toggle result
Bad request
Unauthorized
Not found
Internal server error