Upvest · Schema

UserIdentifierUpdate

Request body for updating a user identifier.

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

Properties

Name Type Description
value string The updated identifier value.
View JSON Schema on GitHub

JSON Schema

investment-api-user-identifier-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-schema/investment-api-user-identifier-update-schema.json",
  "title": "UserIdentifierUpdate",
  "description": "Request body for updating a user identifier.",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "The updated identifier value.",
      "example": "example-value"
    }
  }
}