We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/filetree/renameDocByID
可以将重命名文档改成只需要文档的ID吗?
目前是这样的,如果插件开发者只保留的文档的ID是无法直接更新文档的名称的,还需要再次请求借口获取文档路径,如果同时保存的话,新建文档后并不返回路径,依旧要请求一次接口
希望可以只传递文档的ID就可以对文档进行重命名,是不是因为文档的名称是保存在json里边而json没有保存ID的缘故?
No response
The text was updated successfully, but these errors were encountered:
title 是必传的,这个是重命名的目标参数。
path 和 notebook 倒是应该可以去掉,使用 id 替代,这个稍后我们会再加一个 API /api/filetree/renameDocByID。
Sorry, something went wrong.
🧑💻 Add a kernel API /api/filetree/renameDocByID #13105
7b9163d
D大,可以把移动文档的from和to也改成id形式的吗
单独提个 issue 吧,谢谢。
88250
No branches or pull requests
可以将重命名文档改成只需要文档的ID吗?
In what scenarios do you need this feature?
目前是这样的,如果插件开发者只保留的文档的ID是无法直接更新文档的名称的,还需要再次请求借口获取文档路径,如果同时保存的话,新建文档后并不返回路径,依旧要请求一次接口
Describe the optimal solution
希望可以只传递文档的ID就可以对文档进行重命名,是不是因为文档的名称是保存在json里边而json没有保存ID的缘故?
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: