post https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Portfolios/Update
Allows tenants to update information about the portfolio
Log in to see full request history
Responses
Allows tenants to update information about the portfolio
xxxxxxxxxx
14curl --request POST \
--url https://api-portfolioanalytics.cryptoindexseries.com/v1/Tenant/Portfolios/Update \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"custom_attributes": {
"some_value": 123
},
"portfolio_info": {
"some_value": 123
}
}
'
Try It!
to start a request and see the response here! Or choose an example: