/portfolios/{portfolio_gid}Update a portfolio
Updates an existing portfolio with the fields supplied in the request. Use the data body property to provide only the portfolio fields you want to change; unspecified fields remain unchanged. Use opt_fields to request additional properties in the complete updated portfolio response.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The portfolio fields to update.
A 400 is returned when a parameter is missing or malformed. A 401 is returned when the request does not include a valid authentication token; a 403 is returned when the authenticated user cannot access the requested portfolio operation; and a 404 is returned when the request does not identify a known action or object. A 500 is returned when a server-side problem occurs. Send the fields to update in data and use opt_fields only with supported property names.