cURL
curl --request PUT \ --url https://api.circular.rosetta.sh/api/v1/portfolios/{portfolioId}/thresholds \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "thresholds": {} } '
{ "data": "<unknown>", "meta": { "latencyMs": 123, "freshness": "<string>", "source": "<string>" } }
Update the risk alert thresholds for a portfolio.
API key in format circ_live_* or circ_test_*
Portfolio identifier
Key-value pairs of threshold settings
Updated thresholds
Show child attributes