View source: R/simple_functions.R
set_course_name | R Documentation |
This function sets the course name
set_course_name(course_id, name)
course_id |
the canvas id of the course (integer) |
name |
the new name of the course (character) |
server response. Either 200 status code if everything went correctly or a specific http status warning.
set_course_name(404, name = "My course name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.