Skip to main content
Module

x/gesso/src/AccountNotifications.ts>AccountNotifications

A TypeScript API client for Canvas LMS
Latest
class AccountNotifications
extends BaseApi
import { AccountNotifications } from "https://deno.land/x/gesso@v0.1.2/src/AccountNotifications.ts";

Constructors

new
AccountNotifications(config: Configuration)

Methods

closeNotificationForUser(
account_id: string,
id: string,
body?: unknown,
): Promise<AccountNotification>
createGlobalNotification(
account_id: string,
body?: unknown,
): Promise<AccountNotification>
showGlobalNotification(
account_id: string,
id: string,
body?: unknown,
): Promise<AccountNotification>
updateGlobalNotification(
account_id: string,
id: string,
body?: unknown,
): Promise<AccountNotification>