Update one or more configuration keys
PATCH
/api/portfolio/config/settingsRequest body
Body shape: Portfolio_ConfigSettingsRequest (required)
Responses
200
{}curl -X PATCH https://your-url.com/kong/core/api/gateway/api/portfolio/config/settings\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"model": "CONFIG",
"key": "reportingQuarter",
"reportingQuarter": "reportingQuarter",
"showIRR": true,
"showFee": true,
"hideValuationBridge": true,
"hideDatePicker": true,
"showInvestorUnitsVPU": true,
"enableHistoricalAssetTransfer": true,
"enableDistributionTax": true,
"keys": []
}'