dify/api/controllers/console/app
Stephen Zhou e0c6ca9930
fix: GET query parameter OpenAPI contracts (#37378)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-12 09:01:22 +00:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
advanced_prompt_template.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
agent_app_access.py refactor(api): migrate tenant/user via DI for several endpoints (#36971) 2026-06-03 04:24:17 +00:00
agent_app_feature.py fix(api): tighten agent v2 generated contracts (#36989) 2026-06-03 06:52:40 +00:00
agent_app_sandbox.py refactor(agent): replace workspace inspector with sandbox API (#37349) 2026-06-12 02:46:31 +00:00
agent.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
annotation.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
app_import.py refactor: inject current user into user-only controllers (#36754) 2026-05-31 15:03:15 +00:00
app.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
audio.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
completion.py refactor(api): migrate tenant/user via DI for several endpoints (#37114) 2026-06-05 15:08:11 +00:00
conversation_variables.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
conversation.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
error.py feat: optimize http status code (#31430) 2026-01-24 10:16:16 +08:00
generator.py feat: harden /create and /refine workflow generation for edge cases (#37336) 2026-06-12 02:41:17 +00:00
mcp_server.py refactor: inject tenant id in tenant-only console handlers (#36751) 2026-05-28 03:50:28 +00:00
message.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
model_config.py refactor(api): migrate tenant/user via DI for several endpoints (#37004) 2026-06-03 08:59:00 +00:00
ops_trace.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
site.py refactor: inject current user into user-only controllers (#36754) 2026-05-31 15:03:15 +00:00
statistic.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
workflow_app_log.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
workflow_comment.py refactor(api): migrate tenant/user via DI for several endpoints (#37114) 2026-06-05 15:08:11 +00:00
workflow_draft_variable.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
workflow_node_output_inspector.py fix(agent-v2): complete console API contract schemas (#37210) 2026-06-09 04:40:32 +00:00
workflow_run.py fix: validate conversation variable description length to prevent varchar(255) truncation error (#33038) 2026-06-10 07:28:12 +00:00
workflow_statistic.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
workflow_trigger.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
workflow.py fix: GET query parameter OpenAPI contracts (#37378) 2026-06-12 09:01:22 +00:00
wraps.py chore: dep inject for sql session (#36545) 2026-05-25 14:24:58 +00:00