Function get_course_nondefault_chatbot_configurations

Source
async fn get_course_nondefault_chatbot_configurations(
    path: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<Vec<ChatbotConfiguration>>>
Expand description

GET /api/v0/cms/courses/:course_id/nondefault-chatbot-configurations - Get all nondefault, enabled-to-students chatbot configurations of this course.