Update since 'File manager' is renamed to 'File' (#11698)

### What problem does this PR solve?

Update some docs and comments, since 'File manager' is rename to 'File'

### Type of change

- [x] Documentation Update
- [x] Refactoring

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com>
This commit is contained in:
Jin Hai
2025-12-03 18:32:15 +08:00
committed by GitHub
parent 648342b62f
commit a7d40e9132
5 changed files with 17 additions and 17 deletions

View File

@@ -39,7 +39,7 @@ async def upload(tenant_id):
Upload a file to the system.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
parameters:
@@ -155,7 +155,7 @@ async def create(tenant_id):
Create a new file or folder.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
parameters:
@@ -233,7 +233,7 @@ async def list_files(tenant_id):
List files under a specific folder.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
parameters:
@@ -325,7 +325,7 @@ async def get_root_folder(tenant_id):
Get user's root folder.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
responses:
@@ -361,7 +361,7 @@ async def get_parent_folder():
Get parent folder info of a file.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
parameters:
@@ -406,7 +406,7 @@ async def get_all_parent_folders(tenant_id):
Get all parent folders of a file.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
parameters:
@@ -454,7 +454,7 @@ async def rm(tenant_id):
Delete one or multiple files/folders.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
parameters:
@@ -528,7 +528,7 @@ async def rename(tenant_id):
Rename a file.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
parameters:
@@ -589,7 +589,7 @@ async def get(tenant_id, file_id):
Download a file.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
produces:
@@ -637,7 +637,7 @@ async def move(tenant_id):
Move one or multiple files to another folder.
---
tags:
- File Management
- File
security:
- ApiKeyAuth: []
parameters: