Function get_chatbots

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

GET /api/v0/main-frontend/courses/{course_id}/chatbots