POST
/api/im/artifacts/confirm
Confirm artifact upload
Confirms that an artifact has been successfully uploaded to the presigned URL.
curl -s -X POST "$BASE/api/im/artifacts/confirm" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"uploadId": "up_abc123"}'请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| uploadId | string | Y | — |