Choose the correct route
All update routes require
strategies:write. Cross-tenant access returns
404.
Update metadata
UsePATCH /v2/strategies/{strategyId} to change name, description, or
isPublic. This route uses JSON Merge Patch.
name, description, and isPublic.
Change weights or assets
Allocation versions are immutable. Publish a new version with the complete target allocation. The request is not a partial patch. If you omit an existing asset, it is not part of the new target.GET /v2/strategies/{strategyId}/versions. To restore an old allocation,
publish that allocation again as a new version.
Change the schedule
Replace the configured cadence with an interval or cron schedule:GET /v2/strategies/{strategyId}/schedule. Read runtime values, such as
nextDueAt, from GET /v2/portfolios/{portfolioId}.
Change preferences or fees
PATCH /v2/strategies/{strategyId}/preferencesmerge-patches swap settings.PATCH /v2/strategies/{strategyId}/feesmerge-patches strategy fee overrides.