Update an investor

PUT/api/portfolio/investors/{id}

Path parameters

  • idintegerRequired#

Request body

Body shape: Portfolio_UpdateInvestorRequest (optional)

Responses

200`InvestorResource`
{}
403Forbidden.Error
422Validation error.Error
curl -X PUT https://your-url.com/kong/core/api/gateway/api/portfolio/investors/{id}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "guid": "00000000-0000-0000-0000-000000000000",
  "name": "name",
  "source": "source",
  "source_id": "source_id"
}'