fix: correct autosweep cancel navigation slug in docs.json (error code 12007 investigation)#364
Open
rcsh1 wants to merge 1 commit into
Open
fix: correct autosweep cancel navigation slug in docs.json (error code 12007 investigation)#364rcsh1 wants to merge 1 commit into
rcsh1 wants to merge 1 commit into
Conversation
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
Fix a pre-existing broken navigation slug in
docs.jsonthat causedmintlify validateto fail:v2/api-references/autosweep/cancel-auto-sweep-task-by-id→v2/api-references/autosweep/cancel-auto-sweep-taskThe referenced page
cancel-auto-sweep-task.mdxalready coversPOST /auto_sweep/tasks/{task_id}/cancel. No.mdxfiles were created or renamed.本次工单的核心需求是为 DOGE 提币返回的错误码 12007 补充文档,但由于无法从本仓库源码中确认相关内容,该变更未被纳入本次 PR,需人工验证后再单独提交:
mpc_estimate_fee文档)仅支持"余额不足"含义。12007, 30012合并行是否需要拆分。确认后需在后端代码(custody/cobo-libs)中定位 12007 常量/处理器,再更新
snippets/error-codes.mdx和snippets/error-codes-cn.mdx。