---
title: "PATCH Farm Anomalies"
method: PATCH
path: "/solar_farms/anomalies"
tags: ["Solar Farms"]
---

# PATCH Farm Anomalies

`PATCH /solar_farms/anomalies`

Update lifecycle status and/or priority of an anomaly or collection of anomalies.

## Query parameters

- `org_id` integer, required

## Request body

- UpdateAnomaly[]
  - `anomaly_id` integer, required
  - `life_cycle_status_id` integer, nullable
  - `priority` integer, nullable

## Response `200`

Successful Response

- AnomalyUpdateResponse
  - `success_count` integer, required
  - `error_count` integer, required
  - `errors` object[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/raptormaps/apis/raptor-maps-authentication.md) · [All operations](https://skmtc.net/raptormaps/apis/raptor-maps-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raptormaps/raptor-maps-authentication/revisions/4887159079a9/schema)
