Plan upload session
Plan an upload session by checking which parts already exist on the server. This endpoint allows clients to optimize uploads by skipping parts that have already been uploaded (cache hits) and only uploading missing parts.
The actual endpoint URL is returned by the Create upload session and Get upload session endpoints.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ID of the upload session.
Body
Request body for planning an upload session. This allows checking which parts already exist on the server before uploading.
The list of parts to check for existence.
1Response
Returns information about which parts already exist (hits) and which parts need to be uploaded (misses).
Response from planning an upload session. Contains information about which parts already exist (hits) and which need to be uploaded (misses).
The unique identifier for this upload session.
"F971964745A5CD0C001BBE4E58196BFD"
Parts that already exist on the server and do not need to be uploaded again.
Parts that do not exist on the server and need to be uploaded.
