---
title: "Update the collected status of a single registration."
method: PUT
path: "/{subscriber}/{fsa_rn}"
---

# Update the collected status of a single registration.

`PUT /{subscriber}/{fsa_rn}`

Updates a single registration according to the supplied registration application reference and collection status.

## Path parameters

- `subscriber` string, required
- `fsa_rn` string, required

## Query parameters

- `local-authority` string

## Request body

- Collected
  - `collected` boolean

## Response `200`

OK.

- object
  - `collected` boolean — The collection status to which the registration was updated.
  - `fsa_rn` string — The registration application reference.

## Other responses

- `400` — Bad request, invalid options.
- `404` — Resource not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/food-standards-agency/apis/register-a-food-business.md) · [All operations](https://skmtc.net/food-standards-agency/apis/register-a-food-business/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/food-standards-agency/register-a-food-business/revisions/200c08de1631/schema)
