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:
James Williams 2013-04-22 15:49:04 -06:00
parent 4179a86b7d
commit 20d3ac6c2b
1 changed files with 9 additions and 0 deletions

View File

@ -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>",
#