Skip to main content
Module

x/gesso/types/params.ts>UpdateFrontPageParams

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

Properties

optional
wikipagetitle: string

The title for the new page. NOTE: changing a page's title will change its url. The updated url will be returned in the result.

optional
wikipagebody: string

The content for the new page.

optional
wikipageeditingroles: string

Allowed values: teachers, students, members, public

optional
wikipagenotifyofupdate: boolean

Whether participants should be notified when this page changes.

optional
wikipagepublished: boolean

Whether the page is published (true) or draft state (false).