Update a fund cash pot

PUT/api/portfolio/assets/{asset}/fund-cash-pot/{fundCashPot}

Path parameters

  • assetintegerRequired#
    The asset ID
  • fundCashPotintegerRequired#
    The fund cash pot ID

Request body

Body shape: Portfolio_CreateFundCashPotRequest (required)

Responses

200`FundCashPotResource`
{}
404Not found.Error
422Validation error.Error
curl -X PUT https://your-url.com/kong/core/api/gateway/api/portfolio/assets/{asset}/fund-cash-pot/{fundCashPot}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "name": "name",
  "description": "description"
}'