pub async fn update_portfolio(
    configuration: &Configuration,
    portfolio_gid: &str,
    inline_object8: InlineObject8,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2013, Error<UpdatePortfolioError>>
Expand description

An existing portfolio can be updated by making a PUT request on the URL for that portfolio. Only the fields provided in the data block will be updated; any unspecified fields will remain unchanged. Returns the complete updated portfolio record.