---
title: "Upload Files"
method: POST
path: "/api/manageGame/uploadFiles"
tags: ["Manage Game"]
---

# Upload Files

`POST /api/manageGame/uploadFiles`

## Request body

- UploadFilesDto
  - `targetDirectory` string, required — Target directory for the uploaded files

## Response `200`

Files uploaded successfully.

## Other responses

- `400` — Failed to upload files.

---

[API](https://skmtc.net/openwebgal/apis/webgal-terre-api.md) · [All operations](https://skmtc.net/openwebgal/apis/webgal-terre-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwebgal/webgal-terre-api/versions/ebcacb42f932/schema)
