add documentation for default_view in course api
closes #CNVS-5252 Change-Id: If9381589521721becb691e5715edfedd77e531d2 Reviewed-on: https://gerrit.instructure.com/19898 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Bracken Mosbacker <bracken@instructure.com> Product-Review: Bracken Mosbacker <bracken@instructure.com> QA-Review: Adam Phillipps <adam@instructure.com>
This commit is contained in:
parent
4179a86b7d
commit
20d3ac6c2b
|
@ -67,6 +67,15 @@ require 'set'
|
|||
# ics: "https:\/\/canvas.instructure.com\/feeds\/calendars\/course_abcdef.ics"
|
||||
# }
|
||||
#
|
||||
# // the type of page that users will see when they first visit the course
|
||||
# // - 'feed': Recent Activity Dashboard
|
||||
# // - 'wiki': Wiki Front Page
|
||||
# // - 'modules': Course Modules/Sections Page
|
||||
# // - 'assignments': Course Assignments List
|
||||
# // - 'syllabus': Course Syllabus Page
|
||||
# // other types may be added in the future
|
||||
# default_view: 'feed'
|
||||
#
|
||||
# // optional: user-generated HTML for the course syllabus
|
||||
# syllabus_body: "<p>syllabus html goes here<\/p>",
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue