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

# PATCH /profile

`PATCH /profile`

## Query parameters

- `created_at` string, timestamp with time zone
- `first_name` string, text
- `last_name` string, text
- `avatar_url` string, text
- `email` string, text
- `id` string, uuid
- `full_name` string, text
- `updated_at` string, timestamp with time zone
- `billing_address` string, jsonb
- `payment_method` string, jsonb
- `timezone` string, text

## Headers

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

## Request body

- Profile
  - `created_at` string, timestamp with time zone, required
  - `first_name` string, text
  - `last_name` string, text
  - `avatar_url` string, text
  - `email` string, text
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `full_name` string, text
  - `updated_at` string, timestamp with time zone, required
  - `billing_address` unknown
  - `payment_method` unknown
  - `timezone` 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)
