---
title: "Modify watchlist assets"
method: PATCH
path: "/user-management/v1/watchlists/{id}/assets"
tags: ["user-management/watchlist"]
---

# Modify watchlist assets

`PATCH /user-management/v1/watchlists/{id}/assets`

Modify the assets in a specific watchlist by ID for the authenticated user

## Path parameters

- `id` string, required

## Response `200`

Default response

- object
  - `data` Watchlist, required
    - `assetIds` string[], required
    - `createdAt` string, date-time, required
    - `id` string, required
    - `title` string, required
    - `updatedAt` string, date-time, required
  - `error` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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