---
title: "Set Game Flowchart"
method: POST
path: "/api/manageGame/setFlowchart/{gameName}"
tags: ["Manage Game"]
---

# Set Game Flowchart

`POST /api/manageGame/setFlowchart/{gameName}`

## Path parameters

- `gameName` string, required

## Request body

- SetFlowchartDto
  - `flowchartContent` string, required — The flowchart content in JSON format

## Response `200`

Game flowchart saved successfully.

## Other responses

- `400` — Failed to save the game flowchart.

---

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