update: storage path
This commit is contained in:
@@ -251,7 +251,7 @@ multipart/binary 形式上传大文件(走 server-proxied PUT,详见 §九)。
|
||||
| `visibility` | enum | |
|
||||
| `status` | `active` \| `deleted` | |
|
||||
| `is_locked` | boolean | 是否锁定。`PUT /scripts/{id}`(§3.8) 受此字段门禁;可通过 §3.16 切换 |
|
||||
| `relative_path` | string \| null | 例如 `users/alice/scripts/etl/train.py` |
|
||||
| `relative_path` | string \| null | 例如 `workspace/01HXX.../scripts/etl/train.py`(以 `user_id` 为作用域) |
|
||||
| `content_hash` | string \| null | SHA-256 十六进制 |
|
||||
| `size_bytes` | int | |
|
||||
| `created_at` / `updated_at` | ISO-8601 | |
|
||||
|
||||
Reference in New Issue
Block a user