Files
ragflow/internal/handler
Hz_ e3063da390 feat(go-api): add chat update endpoints (#16378)
## Summary

- Added Go API route `PUT /api/v1/chats/:chat_id` to align with Python
`PUT /api/v1/chats/<chat_id>` chat update behavior.
- Added Go API route `PATCH /api/v1/chats/:chat_id` to align with Python
`PATCH /api/v1/chats/<chat_id>` partial chat update behavior.
- Added matching handler and service logic for owner checks, tenant
validation, persisted-field filtering, read-only field filtering,
`dataset_ids` to `kb_ids` conversion, and PATCH shallow merge semantics
for `prompt_config` and `llm_setting`.
2026-06-26 19:22:57 +08:00
..
2026-06-24 16:50:40 +08:00
2026-06-03 17:35:36 +08:00
2026-04-13 15:07:04 +08:00
2026-06-12 20:49:34 +08:00
2026-06-26 13:51:56 +08:00
2026-06-15 14:44:16 +08:00