Patch a client certificateCopy Pagepatch https://{hostname}/mtls-origin-keystore/v1/client-certificates/{certificateId}Update the client certificate's name or notification emails.Path ParamscertificateIdintegerrequiredIdentifies each client certificate.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsSchema for updating a client certificate's name or a notification email's request body.certificateNamestring | nullrequiredThe name of the client certificate. Specify null if you want to add a name later.notificationEmailsarray of strings | nullrequiredThe email addresses to notify for any client certificate related issues. Specify null if you want to add addresses later.notificationEmails* stringADD stringHeadersacceptstringenumDefaults to application/problem+jsonGenerated from available response content typesapplication/problem+jsontext/htmlAllowed:application/problem+jsontext/htmlResponses 200The response reflects the updated name or notification email. 400Bad request. 401Unauthorized. 403Forbidden. 404Not found. 409Conflict. 415Unsupported media type. Wrong Content-Type header. 429Too Many Requests. 500Internal server error.Updated 4 months ago