---
title: "POST /complete-upload"
method: POST
path: "/complete-upload"
tags: ["slash-attachments"]
---

# POST /complete-upload

`POST /complete-upload`

## Request body

- UploadDto
  - `attachmentId` integer
  - `key` string
  - `uploadId` string
  - `parts` UploadedPartDto[]
    - `attachmentId` integer
    - `partSize` integer
    - `etag` string
    - `PartNumber` integer
    - `ETag` string

## Response `200`

OK

---

[API](https://skmtc.net/astravue/apis/astravue-api.md) · [All operations](https://skmtc.net/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astravue/astravue-api/revisions/237f5bbd4029/schema)
