---
title: "Update a shareable (legacy)"
method: PUT
path: "/api/v4/me/shareables/{shareable_id}"
tags: ["Profiles"]
deprecated: true
---

# Update a shareable (legacy)

`PUT /api/v4/me/shareables/{shareable_id}`

> **Deprecated.**

Deprecated. Updates the shareable identified by `shareable_id` on the authenticated consumer's profile.

## Path parameters

- `shareable_id` string, required

## Request body

- EditMeShareableV4Request
  - `content` ShareableV4Content, required
    - `description` string, nullable
    - `image_url` string, nullable
    - `partner_content_id` string, nullable
    - `title` string, nullable
    - `url` string, nullable
  - `data` object, nullable, required
  - `key` string, nullable, required
  - `label` string, nullable, required
  - `target_url` string, nullable, required

## Response `200`

Successful response

- CreateMeShareableV4Response
  - `polling_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
