---
title: "Upload a single file part"
method: PUT
path: "/server-provided-path-document-upload-file-part"
tags: ["Upload"]
---

# Upload a single file part

`PUT /server-provided-path-document-upload-file-part`

This endpoint allows the client to upload the content of a single file part. 
* The `/server-provided-path-upload-documents-url` operation specifies the list of part upload requests for each file
* For each part, the URL, method (put or post), headers and request body are specified
* The client must upload all parts before proceeding to complete the upload
* Parts can be uploaded concurrently and in any order

## Response `200`

## Changes

- **2022-08-16** `6fc737b62ff0` — 1 info
  - endpoint added
- **2022-02-14** `3eaa30d597fd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/buildingsmart/apis/opencde-documents-api/changes/server-provided-path-document-upload-file-part/put.md)

---

[API](https://skmtc.dev/buildingsmart/apis/opencde-documents-api.md) · [All operations](https://skmtc.dev/buildingsmart/apis/opencde-documents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildingsmart/opencde-documents-api/revisions/b6d5b5ee5da6/schema)
