---
title: "Update an app config locale. Roles: super/app admin."
method: PUT
path: "/api/appConfigs/{appConfigId}/locale/{localeCode}"
tags: ["App Configs"]
---

# Update an app config locale. Roles: super/app admin.

`PUT /api/appConfigs/{appConfigId}/locale/{localeCode}`

## Path parameters

- `appConfigId` integer, required
- `localeCode` string, required

## Request body

- LocaleValuesRequestAppConfigLocaleValues
  - `localeValues` AppConfigLocaleValues, required
    - `configValue` string

## Response `200`

OK

- AppConfigResponse
  - `success` boolean
  - `error` string
  - `appConfig` AppConfigCore
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `alternateLocales` object
      - `empty` boolean
    - `appConfigId` integer
    - `appId` integer
    - `configKey` string
    - `configValue` string
    - `configType` 'BOOLEAN' | 'HTML' | 'HTML_TEXT' | 'STRING'
    - `label` string
    - `description` string
    - `locale` string
    - `isSystem` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/f2568e11c0ab/schema)
