push_blueprint: Push Blueprint

View source: R/blueprint_functions.R

push_blueprintR Documentation

Push Blueprint

Description

Push blueprint pages to associated courses

Usage

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 Dec. 6, 2024, 2:32 p.m.