async fn edit_chatbot(
chatbot_configuration_id: Path<Uuid>,
payload: Json<NewChatbotConf>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<ChatbotConfiguration>>
Expand description
POST /api/v0/main-frontend/chatbots/{chatbot_configuration_id}