Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gesso/types/params.ts>UpdateLineItemParams

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

Properties

optional
scoreMaximum: number

The maximum score for the line item. Scores created for the Line Item may exceed this value.

optional
label: string

The label for the Line Item. If no resourceLinkId is specified this value will also be used as the name of the placeholder assignment.

optional
resourceId: string

A Tool Provider specified id for the Line Item. Multiple line items may share the same resourceId within a given context.

optional
tag: string

A value used to qualify a line Item beyond its ids. Line Items may be queried by this value in the List endpoint. Multiple line items can share the same tag within a given context.

optional
endDateTime: string

The ISO8601 date and time when the line item stops receiving submissions. Corresponds to the assignment's due_at date.