Join point: blocks until the upload pipeline reaches a terminal state, mirroring how /fs/put only answers once the driver upload finished. Rejected immediately while chunks are still missing, so an incomplete upload never holds the connection open. On success the session is reclaimed right away. If a CDN cuts the connection early, poll /status until a terminal state.
请求参数
Authorization
JWT Bearer
在 Header 添加 参数
Authorization
示例:
Authorization: ********************
or
Header 参数
请求示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST '/api/fs/multipart/complete' \
--header'X-Upload-Id;' \
--header'Authorization: Bearer <token>'
返回响应
🟢200Success
application/json
Upload finished; data.state is completed and the session is reclaimed