---
title: "Update the person's registration challenge"
method: POST
path: "/api/persons/{personId}/registrationChallenges/{registrationChallengeId}"
tags: ["person-controller"]
---

# Update the person's registration challenge

`POST /api/persons/{personId}/registrationChallenges/{registrationChallengeId}`

Update the person's registration challenge.   An access token must be presented with this request.

## Path parameters

- `personId` string, required
- `registrationChallengeId` string, required

## Query parameters

- `tokenValue` string

## Headers

- `accept-language` string

## Request body

- RegChallenge
  - `fidoRegRequest` string
  - `fidoRegResponse` string
  - `fidoResponseCode` integer
  - `fidoResponseMessage` string
  - `id` string
  - `status` 'ERROR' | 'FAILED' | 'PENDING' | 'SUCCESS'

## Response `200`

OK

- RegChallenge
  - `fidoRegRequest` string
  - `fidoRegResponse` string
  - `fidoResponseCode` integer
  - `fidoResponseMessage` string
  - `id` string
  - `status` 'ERROR' | 'FAILED' | 'PENDING' | 'SUCCESS'

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

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