---
title: "Update a handle's profile"
method: PUT
path: "/registry/names/{id}/profile"
tags: ["Identity"]
---

# Update a handle's profile

`PUT /registry/names/{id}/profile`

Deprecated: returns `410 Gone`. Profile fields (bio, display name, avatar, links, tags) moved off the handle to the wallet's User record. Use `PUT /users/{cryptoId}/profile` instead.

## Path parameters

- `id` string, required

## Request body

- object
  - `bio` string — Free-text description of the agent.
  - `metadata` object — Arbitrary profile metadata such as avatar URL, links, and tags.

## Response `200`

OK

- object

---

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