Update an investor
PUT
/api/portfolio/investors/{id}Path parameters
Request body
Body shape: Portfolio_UpdateInvestorRequest (optional)
Responses
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"
}'