docs(patrol): admin API cron paths, restart endpoint, API key users, CardKit v2#475
Closed
aaronwong1989 wants to merge 1 commit into
Closed
docs(patrol): admin API cron paths, restart endpoint, API key users, CardKit v2#475aaronwong1989 wants to merge 1 commit into
aaronwong1989 wants to merge 1 commit into
Conversation
…l docs - admin-api.md: fix cron paths /api/cron/ → /admin/cron/, add restart endpoint, add API Key User Management section (5 endpoints) - feishu-integration.md: update Q&A interaction to describe CardKit v2 copy_text buttons instead of text-only response - security-model.md: add APIKeyResolver enterprise multi-user session isolation to Layer 2 description Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
hotplex-ai
approved these changes
May 22, 2026
Owner
hotplex-ai
left a comment
There was a problem hiding this comment.
审查摘要
文档更新 PR,3 个文件,+47/-17。
审查通过项:
- Cron API 路径修正
/api/cron/→/admin/cron/与 #470 breaking change 一致 - 新增
POST /admin/restart端点文档(含异步延迟、独立 PGID 隔离说明) - API Key 用户管理 5 个 CRUD 端点文档完整(含 501/503 边界说明)
- Security Model Layer 2 补充 APIKeyResolver 企业模式描述
- 飞书集成教程更新 Q&A 交互描述匹配 CardKit v2 copy_text
微瑕(不阻塞):
PATCH /admin/api-keys/{id}**和DELETE /admin/api-keys/{id}**结尾多余反引号,与已有PUT /admin/bots/...行格式一致但属于预存问题
测试项中未勾选的两个验证项建议在 merge 前由作者确认。
Contributor
Author
|
变更已 cherry-pick 到 #474,合并为一个 PR。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/api/cron/→/admin/cron/(breaking path change from feat(messaging): token K/M/B units and toolfmt multiline garble fix #470 batch); addPOST /admin/restartendpoint; add API Key User Management section (5 new CRUD endpoints for enterprise multi-user session isolation)copy_textaction buttons (feat(messaging/feishu): AskUserQuestion 选项在飞书端不可见/不可辨识 #457 fix)Test plan
make docs-buildpasses (55 documents, 0 assets)cmd/hotplex/routes.go🤖 Generated with Claude Code