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

# PATCH /games/{id}/{element}

`PATCH /games/{id}/{element}`

Increment a game item by a certain amount

## Request body

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

## Response `200`

The increment has been accepted

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

## Other responses

- `5XX` — Server error

## Changes

- **2026-07-17** `cbd51e3d67a8` — 3 info
  - the response property `element` became required for the status `200`
  - the response property `id` became required for the status `200`
  - the response property `value` became required for the status `200`
- **2020-02-02** `9e94408e02bf` — 3 breaking
  - the response property `element` became optional for the status `200`
  - the response property `id` became optional for the status `200`
  - the response property `value` became optional for the status `200`

[Change history](https://skmtc.dev/packtpublishing/apis/shipit-clicker/changes/games/:id/:element/patch.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)
