Interface PutPearsonContextTemplateRequest

interface PutPearsonContextTemplateRequest {
    contextId: string;
    templateId: string;
    tenantId: string;
}

Hierarchy (View Summary)

Properties

contextId: string

The context in which the template lives.

templateId: string

The id of the template.

tenantId: string

The tenant id of the template.