---
title: "Update an existing organization Air Scrubber"
method: PATCH
path: "/v1/air_scrubbers/{air_scrubber_id}"
tags: ["Equipment"]
deprecated: true
---

# Update an existing organization Air Scrubber

`PATCH /v1/air_scrubbers/{air_scrubber_id}`

> **Deprecated.**

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Request body

- union
  - object — 'AirScrubber' attributes that can be updated via a patch request
    - `asset_identifier` string
    - `serial_number` string, nullable — 'AirScrubber''s manufacturer unique serial number. This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.
    - `status` 'available' — 'available' status: Optionally specify a 'status' of 'available' to remove the air scrubber from any claim that it might currently be working on. The air scrubber's 'property_claim_id' will be set to null.
  - object — 'AirScrubber' attributes that can be updated via a patch request
    - `asset_identifier` string
    - `serial_number` string, nullable — 'AirScrubber''s manufacturer unique serial number. This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.
    - `status` 'retired' — 'retired' status: Optionally specify a 'status' of 'retired' to retire the air scrubber and also remove it from any claim that it might currently be working on. The air scrubber's 'property_claim_id' will be set to null.

## Response `200`

The 'AirScrubber' was patched successfully.

- AirScrubberResponse — 'AirScrubber's are air scrubbers in an organization's equipment inventory.
  - `id` integer, required — The 'id' of the 'AirScrubber'
  - `id_v2` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `organization_id` string, uuid, required — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.
  - `supported_air_scrubber_id` integer, required — 'SupportedAirScrubber' ID
  - `manufacturer` string, required — 'AirScrubber' manufacturer
  - `model` string, required — 'AirScrubber' model
  - `serial_number` string, nullable, required — 'AirScrubber''s manufacturer unique serial number. This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.
  - `is_rental` boolean, required — Whether or not the 'AirScrubber' is a rental
  - `asset_identifier` string, required — 'AirScrubber' asset identifier
  - `status` 'available' | 'active' | 'retired', required — Air scrubber status
  - `property_claim_id` integer, nullable, required — Id of the claim the air scrubber is currently working on (if applicable.)

## Other responses

- `400` — Error processing request.
- `401` — Authentication error.
- `404` — Requested resource does not exist.

---

[API](https://skmtc.net/encircleapp/apis/encircle-public-api.md) · [All operations](https://skmtc.net/encircleapp/apis/encircle-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/encircleapp/encircle-public-api/versions/0e70222a2c6d/schema)
