---
title: "Patch Settings Policy"
method: PATCH
path: "/api/settings"
tags: ["settings"]
---

# Patch Settings Policy

`PATCH /api/settings`

## Request body

- SettingsPolicyPatchRequest — unresolved $ref

## Response `200`

Successful Response

- SettingsPolicyResponse
  - `revision` string, required
  - `active_profile` string, nullable
  - `default_profile` string, nullable
  - `available_profiles` string[]
  - `restart_required` boolean
  - `scopes` SettingsScopeResponse[], required
    - `name` string, required
    - `fields` SettingsFieldResponse[], required
      - `path` string, required
      - `group` string, required
      - `label` string, required
      - `value` unknown, required
      - `editor` 'text' | 'number' | 'boolean' | 'single_choice' | 'multi_choice' | 'string_list', required
      - `choices` string[]
      - `environment_overridden` boolean
      - `origin` 'default' | 'inherited' | 'override'
      - `can_reset` boolean

## Other responses

- `409` — Settings changed; reload before saving
- `422` — Settings value is invalid
- `503` — Service is not ready

## Changes

- **2026-09-14** `571850c93e2c` — 2 info
  - added the non-success response with the status `409`
  - added the non-success response with the status `503`
- **2026-09-02** `d23b9dd6e909` — 5 info
  - added the new optional request property `default_profile`
  - added the new optional request property `updates`
  - added `subschema #1: UpdateSettingsPolicyField, subschema #2: SelectSettingsPolicyProfile, subschema #3: BatchUpdateSettingsPolicy` to the request body `oneOf` list
  - added the optional property `scopes/items/fields/items/can_reset` to the response with the `200` status
  - …1 more
- **2026-08-12** `5c36e837be95` — 1 warning
  - added the new `string_list` enum value to the `scopes/items/fields/items/editor` response property for the response status `200`
- **2026-07-30** `584337d1a24c` — 12 info
  - added the new optional request property `profile`
  - the request property `path` became optional
  - the request property `scope` became optional
  - the request property `value` became optional
  - …8 more
- **2026-07-25** `7a85443866b7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/settings/patch.md)

---

[API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.dev/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc.dev/qredence/apis/fleet-rlm/revisions/6109fdb187b9?raw)
