OpenListTeam / OpenListTeam/OpenList-Docs

[BUG] API and documentation are inconsistent: Created Time (created_at) is not returned by the current share API.

Open
#325 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

API bug
Dominant language
Vue
Stars
63
Forks
130
Avg merge
1d 2h
Merged PRs (30d)
6

Description

Please confirm the following
  • I have read and agree to AGPL-3.0 Section 15 .
    The program is provided "as is" without any warranties; you bear all risks of using it.

  • I have read and agree to AGPL-3.0 Section 16 .
    The copyright holders and distributors are not liable for any damages resulting from the use or inability to use the program.

  • I confirm my description is clear, polite, helps developers quickly locate the issue, and complies with community rules.

  • I have read the OpenList documentation.

  • I confirm there are no duplicate issues or discussions.

  • I confirm this is an OpenList issue, not caused by other reasons (such as network, dependencies, or operation).

  • I believe this issue must be handled by OpenList and not by a third party.

  • I confirm this issue is not fixed in the latest version.

  • I have not read these checkboxes and therefore I just ticked them all, Please close this issue.

OpenList Version (required)

v4.1.10

Storage Driver Used (required)

Local Storage

Bug Description (required)

The page at https://fox.oplist.org/364155755e0 indicates that the API returns the share creation time, namely the created_at field. However, in practice, the API does not return this field, which is inconsistent with the documentation.

Logs (required)

Raw JSON:
{
"accessed": 0,
"creator": "test",
"creator_role": 0,
"disabled": false,
"expires": null,
"extract_folder": "",
"files": [
"/PATH/to/FILE.ext"
],
"header": "",
"id": "4qhopv11",
"max_accessed": 0,
"order_by": "",
"order_direction": "",
"pwd": "",
"readme": "",
"remark": ""
}

Configuration File Content (required)

{"id":1,"mount_path":"/HDD","order":0,"driver":"Local","cache_expiration":0,"custom_cache_policies":"","status":"work","addition":"{"root_folder_path":"/HDD","directory_size":true,"thumbnail":true,"thumb_cache_folder":"/HDD/Cache","thumb_concurrency":"16","video_thumb_pos":"20%","show_hidden":true,"mkdir_perm":"777","recycle_bin_path":"delete permanently"}","remark":"","modified":"2025-12-22T21:59:37.052401892+08:00","disabled":false,"disable_index":false,"enable_sign":false,"order_by":"name","order_direction":"asc","extract_folder":"front","web_proxy":false,"webdav_policy":"native_proxy","proxy_range":false,"down_proxy_url":"","disable_proxy_sign":false}

Reproduction Link (optional)

No response

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.

Research direction

Start by comparing the share API documentation at the linked page with the raw JSON response in the issue, focusing on the missing created_at field. Determine whether the documentation or the current API behavior is authoritative, then update the relevant documentation or report the discrepancy with a verified response. Done means the documented response and actual API output agree.

Written by the indexing model from the issue text.

Assessment

Domain
api, documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.