# Update Portfolio Details This endpoint allows you to update Portfolio details such as Name, email recipients, language and subject line. Endpoint: PATCH /monitoring/portfolios/{portfolioId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `portfolioId` (number, required) The unique identifier of the portfolio, obtained from . ## Request fields (application/json): - `name` (string, required) The name of the portfolio - `isDefault` (boolean) Change the setting of the portfolio as default for company monitoring events. Changing the default portfolio will automatically change the status of the previous default to 'false'. - `emails` (array) The email addresses of the user to receive the email notification. - `emails.firstName` (string) The first name of the user to receive the email notification. - `emails.lastName` (string) The last name of the user to receive the email notification. - `emails.emailAddress` (string, required) The email address of the user to receive the email notification. - `emailSubject` (string) The subject of the email notification. - `emailLanguage` (string) The language of the email notification. - `frequency` (string) For emails to be activated you must submit a value of '1' ## Response 204 fields (application/json): - `message` (string) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected