Modifies an existing course section using the Canvas LMS API.
edit_section(
canvas,
section_id,
section_name = NULL,
sis_section_id = NULL,
integration_id = NULL,
section_start_date = NULL,
section_end_date = NULL,
restrict_enrollments_to_section_dates = NULL,
override_sis_stickiness = NULL
)A confirmation message that the section has been edited.
A list containing the 'api_key' and 'base_url' for authentication.
The ID of the section to edit.
The new name of the section (optional).
The new SIS ID of the section (optional).
The new integration ID of the section (optional).
The new start date of the section (optional).
The new end date of the section (optional).
Whether to restrict user enrollments to the start and end dates of the section (optional).
Whether to override SIS stickiness (optional).