Skip to main content
PATCH
Update Potential Match Status

Authorizations

x-api-key
string
header
required

The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.

Path Parameters

match_id
string
required

Potential match ID returned by Minerva search results.

Body

application/json

Potential match status update request

Request body for updating the review status of a potential match returned by a search.

review_status
enum<string>
required

New review status for the potential match.

Available options:
unresolved,
true_positive,
false_positive,
suppressed,
closed,
reopened
Example:

"false_positive"

Response

200 - application/json

Potential match status updated successfully

match
object