/portfoliosCreate a portfolio
Creates a new portfolio in a workspace with the supplied portfolio data. Use the data body property to provide the portfolio details and opt_fields to request additional properties in the response. Portfolios created through the API do not receive the initial UI-managed state automatically.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The portfolio data to create.
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 portfolio data in data and use opt_fields only with supported property names.