PATCH
/
api
/
v1
/
pki
/
alerts
/
{alertId}

Path Parameters

alertId
string
required

The ID of the alert to update.

Body

application/json
name
string

The name of the alert to update to.

alertBeforeDays
number

The number of days before the certificate expires to trigger the alert to update to.

pkiCollectionId
string

The ID of the PKI collection to bind to the alert to update to.

emails
string[]

The email addresses to send the alert email to update to.

Response

200 - application/json
id
string
required
createdAt
string
required
updatedAt
string
required
projectId
string
required
pkiCollectionId
string
required
name
string
required
alertBeforeDays
number
required
recipientEmails
string
required

Was this page helpful?