---
title: "PATCH /api/app/games/{id}/"
method: PATCH
path: "/api/app/games/{id}/"
tags: ["api"]
---

# PATCH /api/app/games/{id}/

`PATCH /api/app/games/{id}/`

API principale du catalogue de jeux

## Request body

- GameCreateUpdate
  - `id` integer
  - `steam_id` string, nullable
  - `title` string, required
  - `slug` string, slug, required
  - `description` string
  - `description_short` string
  - `description_fr` string — Description FR générée par IA (Claude)
  - `header` string, uri, nullable
  - `background` string, uri, nullable
  - `video` string, uri
  - `screenshots` object
  - `developer` string
  - `publisher` string
  - `requirements` object
  - `source` object
  - `views` integer
  - `likes` integer
  - `favorites_count` integer
  - `downloads_count` integer
  - `release_date` string, date, nullable
  - `published_at` string, date-time
  - `updated_at` string, date-time
  - `is_published` boolean
  - `categories` integer[]
  - `tags` integer[]

## Response `200`

OK

- GameCreateUpdate
  - `id` integer
  - `steam_id` string, nullable
  - `title` string, required
  - `slug` string, slug, required
  - `description` string
  - `description_short` string
  - `description_fr` string — Description FR générée par IA (Claude)
  - `header` string, uri, nullable
  - `background` string, uri, nullable
  - `video` string, uri
  - `screenshots` object
  - `developer` string
  - `publisher` string
  - `requirements` object
  - `source` object
  - `views` integer
  - `likes` integer
  - `favorites_count` integer
  - `downloads_count` integer
  - `release_date` string, date, nullable
  - `published_at` string, date-time
  - `updated_at` string, date-time
  - `is_published` boolean
  - `categories` integer[]
  - `tags` integer[]

---

[API](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api.md) · [All operations](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jeuxcracks/jeuxcracks-api/revisions/6e8cd2610a4c/schema)
