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

# PATCH /eventspaces

`PATCH /eventspaces`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `organization_id` string, uuid
- `created_by` string, uuid
- `objective` string, text
- `updated_at` string, timestamp with time zone
- `updated_by` string, uuid
- `icon` string, text
- `tags` string, jsonb[]
- `name` string, text
- `color` string, text
- `assignees` string, uuid[]

## Headers

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

## Request body

- Eventspaces
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `organization_id` string, uuid — Note: This is a Foreign Key to `organization.id`.<fk table='organization' column='id'/>
  - `created_by` string, uuid
  - `objective` string, text
  - `updated_at` string, timestamp with time zone
  - `updated_by` string, uuid
  - `icon` string, text
  - `tags` unknown[]
    - unknown
  - `name` string, text
  - `color` string, text
  - `assignees` string[]

## 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)
