---
title: "Set DEM settings"
method: PUT
path: "/v1/dem/settings"
tags: ["dem"]
---

# Set DEM settings

`PUT /v1/dem/settings`

## Request body

- DemOrganizationSettingsInput
  - `availabilityOutageConfiguration` DemOutageConfiguration
    - `failingTestLocations` 'all' | 'any', required
    - `consecutiveForDown` integer, required — Number of consecutive failing tests for an entity to be considered down.
  - `transactionOutageConfiguration` DemOutageConfiguration
    - `failingTestLocations` 'all' | 'any', required
    - `consecutiveForDown` integer, required — Number of consecutive failing tests for an entity to be considered down.

## Response `200`

The request has succeeded.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `500` — Server error

---

[API](https://skmtc.net/solarwinds/apis/solarwinds-observability.md) · [All operations](https://skmtc.net/solarwinds/apis/solarwinds-observability/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarwinds/solarwinds-observability/versions/994e5ca64961/schema)
