app.bsky.video.uploadPart
#main​
Upload one part. Parts are idempotent and may be retried or re-sent while the session is created. Each expected length is derived from the upload size and part size, and Content-Length must match exactly. ETags are never exposed to clients.
Parameters​
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| jobId | string | - | ✅ | - |
| partNumber | integer | - | ✅ | - |
Input​
- Encoding: application/octet-stream
Output​
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| partNumber | integer | - | ✅ | - |
| sizeBytes | integer | - | ✅ | - |