add credential id

This commit is contained in:
jyong
2025-08-11 18:26:41 +08:00
parent ada0875ac4
commit 087a4fbd14
2 changed files with 2 additions and 2 deletions

View File

@ -359,5 +359,5 @@ class OnlineDriveDownloadFileRequest(BaseModel):
Get online driver file
"""
key: str = Field(..., description="The name of the file")
id: str = Field(..., description="The id of the file")
bucket: Optional[str] = Field(None, description="The name of the bucket")