---
title: "Update Profile"
method: PUT
path: "/profiles/{profile_id}"
tags: ["Profiles"]
---

# Update Profile

`PUT /profiles/{profile_id}`

Change the `nickname` label for the given `profile_id` (Profile).

## Path parameters

- `profile_id` string, required

## Request body

- ProfilePublicUpdateProfileBody
  - `nickname` string, required

## Response `200`

A successful response.

- Profile
  - `id` string, required
  - `nickname` string, required
  - `type` 'NORMAL' | 'DEFAULT', required — The profile type. - NORMAL: A client-created profile. All Profiles created using the `CreateProfile` endpoint are of this type. - DEFAULT: A system-generated profile.
  - `description` string
  - `account_id` string

---

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