---
title: "Partial Update"
method: PATCH
path: "/profile/{public_id}/"
tags: ["profile"]
---

# Partial Update

`PATCH /profile/{public_id}/`

Performs a partial update

## Request body

- ProfileDetail
  - `url` string, uri
  - `public_id` string, uuid
  - `given_name` string
  - `family_name` string
  - `nickname` string
  - `gender` 'M' | 'F' | 'X'
  - `birthdate` string, date, nullable
  - `zoneinfo` string
  - `locale` string
  - `total_calories` number
  - `total_distance` number
  - `total_steps` number
  - `total_points` number
  - `total_activity_duration` unknown
  - `reference` string
  - `teams` TeamProfile[] — Team of which this profile is a member of
    - `name` string, required
    - `public_id` string, uuid
    - `url` string, uri
    - `avatar` string, uri, nullable
  - `avatar` string, uri, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

OK

- ProfileDetail
  - `url` string, uri
  - `public_id` string, uuid
  - `given_name` string
  - `family_name` string
  - `nickname` string
  - `gender` 'M' | 'F' | 'X'
  - `birthdate` string, date, nullable
  - `zoneinfo` string
  - `locale` string
  - `total_calories` number
  - `total_distance` number
  - `total_steps` number
  - `total_points` number
  - `total_activity_duration` unknown
  - `reference` string
  - `teams` TeamProfile[] — Team of which this profile is a member of
    - `name` string, required
    - `public_id` string, uuid
    - `url` string, uri
    - `avatar` string, uri, nullable
  - `avatar` string, uri, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/wefitter/apis/wefitter-api.md) · [All operations](https://skmtc.net/wefitter/apis/wefitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wefitter/wefitter-api/revisions/52b0eb5e8b96/schema)
