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

# PATCH /columns

`PATCH /columns`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `title` string, text
- `order` string, smallint
- `table_id` string, uuid
- `unit_amount` string, bigint
- `expires_at` string, timestamp with time zone
- `type` string, text
- `is_budget` string, boolean
- `event_id` string, uuid
- `color` string, text
- `lucide_icon` string, text
- `property_id` string, uuid

## Headers

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

## Request body

- Columns
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `title` string, text, required
  - `order` integer
  - `table_id` string, uuid — Note: This is a Foreign Key to `tables.id`.<fk table='tables' column='id'/>
  - `unit_amount` integer
  - `expires_at` string, timestamp with time zone
  - `type` string, text
  - `is_budget` boolean
  - `event_id` string, uuid — Note: This is a Foreign Key to `event.id`.<fk table='event' column='id'/>
  - `color` string, text
  - `lucide_icon` string, text
  - `property_id` string, uuid — Note: This is a Foreign Key to `properties.id`.<fk table='properties' column='id'/>

## 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/versions/90ce877204f2/schema)
