Upvest · JSON Structure

Investment Api Portfolio Update Structure

Request body for updating a portfolio.

Type: object Properties: 1
Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

PortfolioUpdate is a JSON Structure definition published by Upvest, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-structure/investment-api-portfolio-update-structure.json",
  "name": "PortfolioUpdate",
  "description": "Request body for updating a portfolio.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The updated portfolio name.",
      "example": "Example Name"
    }
  }
}