---
title: "PATCH /products"
method: PATCH
path: "/products"
tags: ["products"]
---

# PATCH /products

`PATCH /products`

## Query parameters

- `id` string, text
- `active` string, boolean
- `name` string, text
- `description` string, text
- `image` string, text
- `metadata` string, jsonb

## Headers

- `Prefer` 'return=representation' | 'return=minimal' | 'return=none'

## Request body

- Products
  - `id` string, text, required — Note: This is a Primary Key.<pk/>
  - `active` boolean
  - `name` string, text
  - `description` string, text
  - `image` string, text
  - `metadata` unknown

## Response `204`

No Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/revisions/90ce877204f2/schema)
