Request body for updating a portfolio.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-schema/investment-api-portfolio-update-schema.json", "title": "PortfolioUpdate", "description": "Request body for updating a portfolio.", "type": "object", "properties": { "name": { "type": "string", "description": "The updated portfolio name.", "example": "Example Name" } } }