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

# PATCH /rows

`PATCH /rows`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `content` string, text
- `column_id` string, uuid
- `table_id` string, uuid
- `order` string, smallint
- `due_date` string, timestamp with time zone
- `priority` string, text
- `exp_cost` string, bigint
- `act_cost` string, bigint
- `payment_status` string, text
- `category` string, text
- `assignee_id` string, uuid
- `description` string, text
- `budget_id` string, uuid
- `assignees` string, uuid[]
- `properties` string, jsonb

## Headers

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

## Request body

- Rows
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `content` string, text
  - `column_id` string, uuid — Note: This is a Foreign Key to `columns.id`.<fk table='columns' column='id'/>
  - `table_id` string, uuid — Note: This is a Foreign Key to `tables.id`.<fk table='tables' column='id'/>
  - `order` integer
  - `due_date` string, timestamp with time zone
  - `priority` string, text
  - `exp_cost` integer
  - `act_cost` integer
  - `payment_status` string, text
  - `category` string, text
  - `assignee_id` string, uuid — Note: This is a Foreign Key to `profile.id`.<fk table='profile' column='id'/>
  - `description` string, text
  - `budget_id` string, uuid — Note: This is a Foreign Key to `budgets.id`.<fk table='budgets' column='id'/>
  - `assignees` string[]
  - `properties` 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/versions/90ce877204f2/schema)
