cURL
curl --request PUT \ --url https://tilt.io/api/v1/backchannel/holdings/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": "<string>" } '
{ "id": 123, "user_id": 123, "tilt_asset_id": "<string>", "amount": "<string>", "symbol": "<string>", "name": "<string>", "isin": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^-?\d{0,16}(?:\.\d{0,2})?$
Holding updated