OpenListTeam / OpenListTeam/OpenList-Docs

[Bug] API Doc中,Update current user提供的Payload示例错误

Open
#249 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.