cURL
curl --request PATCH \ --url https://api.messari.io/user-management/v1/watchlists/{id} \ --header 'Content-Type: */*' \ --header 'X-Messari-API-Key: <api-key>' \ --data '{ "assetIds": [ "<string>" ], "title": "<string>" }'
{ "data": { "assetIds": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "id": "<string>", "title": "<string>", "updatedAt": "2023-11-07T05:31:56Z" }, "error": "<string>" }
Update a specific watchlist by ID for the authenticated user
Optional: if not provided, the watchlist assets will not be updated. But if empty, all assets will be removed.
Optional: if not provided, the watchlist title will not be updated
Default response
Show child attributes