chore: docstringを変更

pull/109/head
yupix 7 months ago
parent b1210e6327
commit e3a420a8f2
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -545,22 +545,22 @@ class FileActions(ClientFileActions):
Parameters Parameters
---------- ----------
url: str url: str
The url of the file to upload アップロードするファイルのURL
folder_id: str | None folder_id: str | None
The id of the folder to upload the file to, defaults to None アップロード先のフォルダID, default=None
is_sensitive: bool is_sensitive: bool
Whether the file is sensitive or not, defaults to False ファイルがセンシティブかどうか, default=False
comment: str | None comment: str | None
The comment of the file, defaults to None ファイルのコメント, default=None
marker: str | None marker: str | None
The marker of the file, defaults to None ストリーミング通信でアップロード完了後に区別するためのマーカー, default=None
force: bool force: bool
Whether to force upload the file or not, defaults to False 同様のファイルが既に存在する場合でも強制的にアップロードするかどうか, default=False
Returns Returns
------- -------
bool bool
Whether the file was uploaded or not アップロードのリクエストに成功したかどうか
""" """
data = { data = {

Loading…
Cancel
Save