---
title: "Update BIG-IP AS3 settings"
method: POST
path: "/settings"
tags: ["Settings"]
---

# Update BIG-IP AS3 settings

`POST /settings`

Use POST to deploy simple settings changes in BIG-IP AS3. You must supply a schema appropriate JSON
object as the body of the request.

## Request body

- object
  - `body` SettingsSchemaJson — unresolved $ref

## Response `200`

Successful response

- object
  - `burstHandlingEnabled` boolean — Indicates what the setting was set to

## Other responses

- `422` — An invalid configuration was provided
- `500` — Something went wrong internally, and a bug report should be filed&#58; https://github.com/F5Networks/f5-appsvcs-extension/issues/new/choose
- `503` — BIG-IP AS3 is currently processing a configuration, and cannot process another at this time

---

[API](https://skmtc.net/f5networks/apis/f5-big-ip-as3.md) · [All operations](https://skmtc.net/f5networks/apis/f5-big-ip-as3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-as3/revisions/e7dc931778cf/schema)
