Interface UpdatePearsonCourseRequest

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

Hierarchy (View Summary)

Properties

assistantsEnabledUpdate?: AssistantsEnabledUpdate

How to update this level's assistant availability. If not set it will not be updated.

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.