Discussion Student Settings API

Jump to solution
ismail_orabi
Community Participant

Is there an API to update Discussion Student Settings on a Course? I'm specifically looking to toggle the 'Report Replies' setting

erinhmcmillan_0-1637709752662.png

https://community.canvaslms.com/t5/Discussions-Announcements/Canvas-Release-Discussions-Announcement...

Labels (2)
0 Likes
1 Solution
DecoyLex
Community Participant

Hi @ismail_orabi,

These can be changed in the Update course settings API:

Parameter Type Description
allow_student_discussion_topics boolean

Let students create discussion topics

allow_student_forum_attachments boolean

Let students attach files to discussions

allow_student_discussion_editing boolean

Let students edit or delete their own discussion replies

allow_student_organized_groups boolean

Let students organize their own groups

allow_student_discussion_reporting boolean

Let students report offensive discussion content

 

I hope this helps.

View solution in original post