OpenListTeam / OpenListTeam/OpenList-Docs
[Bug] API Doc中,Update current user提供的Payload示例错误
Open
@ILoveScratch2 is already working on this.
Since Dec 29, 2025.
API
- Dominant language
- Vue
- Stars
- 63
- Forks
- 130
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 6
Description
原文档提供的Payload为:
{
"password": "string",
"old_password": "string"
}
与实际不符。实际可接受的Payload为
{
"username":"username",
"password":"pwd",
"sso_id":""
}
且username不能为空。如果按照文档提供的方式请求,会收到错误。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.