---
title: "Sets an override for a specific check on the registration."
method: PUT
path: "/api/registrations/{id}/override-check-status"
tags: ["Registrations"]
---

# Sets an override for a specific check on the registration.

`PUT /api/registrations/{id}/override-check-status`

## Path parameters

- `id` string, uuid, required

## Headers

- `apikey` string, required

## Request body

- CredasApiModelsStatusOverridesOverrideCheckStatusRequest
  - `checkType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, required — IdDocuments = 1, StandardChecks = 2, InternationalSanctionsAndPep = 3, CreditStatusCheck = 4, BankAccountCheck = 5, ProofOfOwnership = 6, RightToWork = 7, RightToRent = 8
  - `status` 0 | 1 | 2 | 3, required — Unknown = 0, Pass = 1, Refer = 2, Fail = 3
  - `comment` string, required

## Response `200`

Status of the operation.

## Other responses

- `400` — If the service was supplied invalid data.
- `401` — If credentials supplied were invalid.
- `403` — If requesting entity have no permission to access the resource.
- `404` — If registration matching the Id was not found.
- `500` — If an unexpected exception occurred whilst processing the request.

---

[API](https://skmtc.dev/credas/apis/credas-api.md) · [All operations](https://skmtc.dev/credas/apis/credas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/credas/credas-api/revisions/b1012fab17be/schema)
