---
title: "Update existing FAST Settings"
method: PATCH
path: "/settings"
tags: ["FAST Extension"]
---

# Update existing FAST Settings

`PATCH /settings`

Update existing FAST configuration with the supplied body. Allows updates of individual properties.

## Response `200`

Update the FAST Settings configuration.

- FastResponse200 — OK - Request was successful.
  - `code` integer, required
  - `message` string, required
  - `requestId` integer
  - `_links` LinksDefinition — An object containing link references.
    - `self` string — Self-link to endpoint
    - `task` string — Self-link to task endpoint

## Other responses

- `422` — supplied configuration was invalid
- `500` — Internal error. A bug report should be filed.

## Changes

- **2022-09-26** `8a7a27296ff3` — 3 breaking, 1 warning, 2 info
  - the `code` response's property type changed from no type to `integer`, and format from no format to `int32` for status `422`
  - the `code` response's property type changed from no type to `integer`, and format from no format to `int32` for status `500`
  - removed the required property `errors` from the response with the `422` status
  - removed the optional property `error` from the response with the `500` status
  - …2 more

[Change history](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/changes/settings/patch.md)

---

[API](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api.md) · [All operations](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-application-services-templates-api/revisions/18fc3bbf47c8/schema)
