Update Manual Position
Updates a manual position. Supports partial updates of amount, description, and price. The price field is honored only when the position references a custom (private) asset (manualAsset: true); otherwise it is silently ignored and the live resolved price is returned in the response.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier for the portfolio. The portfolioId can be obtained from the Lighthouse API keys settings.
The unique identifier of the manual position to update.
Body
Partial update payload for a manual position. Only the provided fields are mutated. The price field is honored only when the position references a custom (private) asset (manualAsset: true); otherwise it is silently ignored.
The new amount of the asset in the position
Optional free-text note attached to the position. Maximum length: 200 characters.
200New user-set USD price. Honored only when the position references a custom (private) asset; silently ignored otherwise.
Response
Updated manual position