Appearance
Feed comment listing, creation, updates, deletes, and single comment retrieval.
Comment routes are protected by PortalPolicy and then validated against feed and space permissions inside the controller.
PortalPolicy
GET
/feeds/{feed_id}/comments
POST
/feeds/{feed_id}/comments/{comment_id}
PATCH
DELETE
/profile/{username}/comments
/comments/{id}
/admin/courses/{course_id}/comments
Comments API
Feed comment listing, creation, updates, deletes, and single comment retrieval.
Authentication
Comment routes are protected by
PortalPolicyand then validated against feed and space permissions inside the controller.Endpoints
GET/feeds/{feed_id}/commentsPOST/feeds/{feed_id}/commentsPOST/feeds/{feed_id}/comments/{comment_id}PATCH/feeds/{feed_id}/comments/{comment_id}DELETE/feeds/{feed_id}/comments/{comment_id}GET/profile/{username}/commentsGET/comments/{id}GET/admin/courses/{course_id}/comments