Skip to main content
POST
Preview Remediation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

databaseId
string
required
findingId
string
required

Body

application/json

The body is of type object.

Response

Remediation preview.

findingId
string
required
action
string
required
impact
string
required
reversible
boolean
required
estimatedDowntimeSeconds
integer | null
required
estimatedMonthlyCostDeltaCents
integer | null
required
confirmationToken
string
required

Short-lived token bound to the finding, exact action, database state, and owner.

expiresAt
string<date-time>
required