Interface UpdatePearsonCourseRequest

interface UpdatePearsonCourseRequest {
    contextId: string;
    pasteLimitUpdate?: PasteLimitUpdate;
    tenantId: string;
}

Hierarchy (View Summary)

Properties

contextId: string

The id of the course to update.

pasteLimitUpdate?: PasteLimitUpdate

How to update the course-wide paste limit. If not set it will not be updated.

tenantId: string

The id of the tenant of the course.