---
title: "Update profile settings"
method: PATCH
path: "/api/v2/profile"
tags: ["Account Endpoints"]
---

# Update profile settings

`PATCH /api/v2/profile`

Update the authenticated wallet's profile settings.

## Request body

- UpdateProfileSettingsRequest — Request body for updating profile settings
  - `displayName` string — Profile display name
  - `bio` string — Profile bio
  - `externalUrl` string — Profile external URL
  - `profileImageToken` string — Profile image upload token
  - `bannerImageToken` string — Banner image upload token

## Response `200`

Profile settings updated successfully

- UpdateProfileSettingsResponse — Response for updating profile settings
  - `displayName` string — Display name
  - `bio` string — Profile bio
  - `externalUrl` string — Profile external URL

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Wallet token lacks permission for this request
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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