Skip to main content
Module

x/gesso/types/params.ts>UpdatePlannerNoteParams

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

Properties

optional
title: string

The title of the planner note.

optional
details: string

Text of the planner note.

optional
tododate: Date

The date where this planner note should appear in the planner. The value should be formatted as: yyyy-mm-dd.

optional
courseid: number

The ID of the course to associate with the planner note. The caller must be able to view the course in order to associate it with a planner note. Use a null or empty value to remove a planner note from a course. Note that if the planner note is linked to a learning object, its course_id cannot be changed.