---
title: "PUT /apps/{appId}/publishsettings"
method: PUT
path: "/apps/{appId}/publishsettings"
---

# PUT /apps/{appId}/publishsettings

`PUT /apps/{appId}/publishsettings`

Updates the application publish settings including 'UseAllTrainingData'.

## Path parameters

- `appId` string, uuid, required

## Request body

- PublishSettingUpdateObject — Object model for updating an application's publish settings.
  - `sentimentAnalysis` boolean — Setting sentiment analysis as true returns the Sentiment of the input utterance along with the response
  - `speech` boolean — Setting speech as public enables speech priming in your app
  - `spellChecker` boolean — Setting spell checker as public enables spell checking the input utterance.

## Response `200`

Successfully updated application settings.

- OperationStatus — Response of an Operation status.
  - `code` 'Failed' | 'FAILED' | 'Success' — Status Code.
  - `message` string — Status details.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/versions/a26a0f7e5a37/schema)
