mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 22:39:57 +08:00
- GET /admin/plugins/discourse-ai/ai-artifacts.json — list (paginated, per_page capped at 100) - GET /admin/plugins/discourse-ai/ai-artifacts/:id.json — show - POST /admin/plugins/discourse-ai/ai-artifacts.json — create - PUT /admin/plugins/discourse-ai/ai-artifacts/:id.json — update - DELETE /admin/plugins/discourse-ai/ai-artifacts/:id.json — destroy Admin-only, JSON responses. |
||
|---|---|---|
| .. | ||
| ai_artifacts_controller_spec.rb | ||
| ai_embeddings_controller_spec.rb | ||
| ai_features_controller_spec.rb | ||
| ai_llm_quotas_controller_spec.rb | ||
| ai_llms_controller_spec.rb | ||
| ai_personas_controller_spec.rb | ||
| ai_spam_controller_spec.rb | ||
| ai_tools_controller_spec.rb | ||
| ai_usage_controller_spec.rb | ||
| rag_document_fragments_controller_spec.rb | ||
| reviewable_controller_spec.rb | ||