update_blueprint_associations: Update associated blueprint courses

Description Usage Arguments Value

View source: R/blueprint_functions.R

Description

Updates blueprint associations

Usage

1
2
3
4
5
6
update_blueprint_associations(
  course_id,
  template_id = "default",
  course_ids_to_add = NULL,
  course_ids_to_remove = NULL
)

Arguments

course_id

the canvas id of the course_id (integer)

template_id

template id of the blueprint use "default" as template_id

course_ids_to_add

course id's to add to associations (vector containing integers)

course_ids_to_remove

course id's to remove from associations (vector containing integers)

Value

server response


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