push_blueprint: Push Blueprint

Description Usage Arguments Value

View source: R/blueprint_functions.R

Description

Push blueprint pages to associated courses

Usage

1
2
3
4
5
6
7
8
push_blueprint(
  course_id,
  template_id = "default",
  comment = NULL,
  send_notification = F,
  copy_settings = F,
  publish_after_initial_sync = F
)

Arguments

course_id

the canvas id of the course_id (integer)

template_id

template id of the blueprint use "default" as template_id

comment

an optional comment to be included in the sync history (string)

send_notification

Send a notification to the calling user when the sync completes (boolean)

copy_settings

Whether course settings should be copied over to associated courses. Defaults to true for newly associated courses (boolean)

publish_after_initial_sync

If set, newly associated courses will be automatically published after the sync completes (boolean)

Value

server response


ICTO-FMG/uvacanvas documentation built on Jan. 24, 2022, 5:16 a.m.