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

# PATCH /eventspaces_pages

`PATCH /eventspaces_pages`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `updated_at` string, timestamp with time zone
- `created_by` string, uuid
- `updated_by` string, uuid
- `eventspace_id` string, uuid
- `organization_id` string, uuid
- `content` string, text
- `title` string, text

## Headers

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

## Request body

- EventspacesPages
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `updated_at` string, timestamp with time zone
  - `created_by` string, uuid
  - `updated_by` string, uuid
  - `eventspace_id` string, uuid, required — Note: This is a Foreign Key to `eventspaces.id`.<fk table='eventspaces' column='id'/>
  - `organization_id` string, uuid, required — Note: This is a Foreign Key to `organization.id`.<fk table='organization' column='id'/>
  - `content` string, text
  - `title` string, text

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