Authorization: ********************{
"publicId": "string",
"portfolioId": 0,
"name": "string",
"notes": "string",
"dimension": "string",
"isActive": true,
"buckets": [
{
"label": "string",
"targetPct": 0,
"tolerancePct": 0,
"sortOrder": 0
}
]
}curl --location '/v1/portfolios//allocation-models' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"publicId": "string",
"portfolioId": 0,
"name": "string",
"notes": "string",
"dimension": "string",
"isActive": true,
"buckets": [
{
"label": "string",
"targetPct": 0,
"tolerancePct": 0,
"sortOrder": 0
}
]
}'{
"publicId": "string",
"portfolioId": 0,
"name": "string",
"notes": "string",
"dimension": "string",
"isActive": true,
"buckets": [
{
"label": "string",
"targetPct": 0,
"tolerancePct": 0,
"sortOrder": 0
}
]
}