Skip to main content
Module

x/gesso/types/params.ts>EditSectionParams

A TypeScript API client for Canvas LMS
Latest
interface EditSectionParams
import { type EditSectionParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
coursesectionname: string

The name of the section

optional
coursesectionsissectionid: string

The sis ID of the section. Must have manage_sis permission to set.

optional
coursesectionintegrationid: string

The integration_id of the section. Must have manage_sis permission to set.

optional
coursesectionstartat: Date

Section start date in ISO8601 format, e.g. 2011-01-01T01:00Z

optional
coursesectionendat: Date

Section end date in ISO8601 format. e.g. 2011-01-01T01:00Z

optional
coursesectionrestrictenrollmentstosectiondates: boolean

Set to true to restrict user enrollments to the start and end dates of the section.

optional
overridesisstickiness: boolean

Default is true. If false, any fields containing “sticky” changes will not be updated. See SIS CSV Format documentation for information on which fields can have SIS stickiness