---
title: "PUT /games/{id}/{element}"
method: PUT
path: "/games/{id}/{element}"
tags: ["Game"]
---

# PUT /games/{id}/{element}

`PUT /games/{id}/{element}`

Create or update a new game item

## Request body

- GameItem
  - `id` string, required
  - `element` string, required
  - `value` integer, required

## Response `201`

Return the newly created game item with the specified id

- GameItem
  - `id` string, required
  - `element` string, required
  - `value` integer, required

## Other responses

- `5XX` — Server error

## Changes

- **2026-07-17** `cbd51e3d67a8` — 1 info
  - endpoint added
- **2020-02-02** `9e94408e02bf` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/packtpublishing/apis/shipit-clicker/changes/games/:id/:element/put.md)

---

[API](https://skmtc.dev/packtpublishing/apis/shipit-clicker.md) · [All operations](https://skmtc.dev/packtpublishing/apis/shipit-clicker/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/shipit-clicker/revisions/cbd51e3d67a8/schema)
