---
title: "Create a New Scene"
method: POST
path: "/api/manageGame/createNewScene"
tags: ["Manage Game"]
---

# Create a New Scene

`POST /api/manageGame/createNewScene`

## Request body

- CreateNewSceneDto
  - `gameName` string, required — The name of the game
  - `sceneName` string, required — The name of the scene

## Response `200`

Successfully created the scene.

## Other responses

- `400` — Failed to create the scene or scene already exists.

---

[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)
