---
title: "Update an eval-section locale. Roles: admin."
method: PUT
path: "/api/eval-sections/{evalSectionId}/locale/{localeCode}"
tags: ["Evals"]
---

# Update an eval-section locale. Roles: admin.

`PUT /api/eval-sections/{evalSectionId}/locale/{localeCode}`

## Path parameters

- `evalSectionId` integer, required
- `localeCode` string, required

## Request body

- EvalSectionLocaleValuesRequest
  - `localeValues` EvalSectionLocaleValues, required
    - `title` string
    - `body` string
  - `evalSectionId` integer, required

## Response `200`

OK

- EvalSectionResponseEvalSectionFull
  - `success` boolean
  - `error` string
  - `evalSection` EvalSectionFull
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `alternateLocales` object
      - `empty` boolean
    - `evalSectionId` integer
    - `evalFormId` integer
    - `title` string
    - `body` string
    - `seq` integer
    - `questions` QuestionFull[]
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
      - `alternateLocales` object
        - `empty` boolean
      - `profileQuestionId` integer
      - `membershipId` integer
      - `contextKey` 'ACTIVITY' | 'EVAL' | 'EVENT' | 'PROFILE_SECTION' | 'SELF_REPORT'
      - `profileSectionId` integer
      - `evalSectionId` integer
      - `contentId` integer
      - `eventId` integer
      - `name` string
      - `profileQuestionType` string
      - `prompt` string
      - `helpText` string
      - `seq` integer
      - `optional` boolean
      - `disabled` boolean
      - `adminOnly` boolean
      - `properties` object
      - `responderType` 'PRIMARY' | 'DEPENDENT' | 'ALL'
      - `responderCommentMode` 'DISABLED' | 'OPTIONAL' | 'REQUIRED'
      - `responseImagesMode` 'DISABLED' | 'OPTIONAL' | 'REQUIRED'
      - `scoringMode` 'BEST_MATCH' | 'EXACT_MATCH' | 'PARTIAL_MATCH_STRICT' | 'PARTIAL_MATCH_PENALIZED'
      - `externalReferenceId` string
      - `pointsPossible` number
      - `profileOptions` ProfileOptionCore[]
        - `audit` Audit
          - `createdTime` string, date-time
          - `modifiedTime` string, date-time
          - `modifiedBy` string
        - `alternateLocales` object
          - `empty` boolean
        - `profileOptionId` integer
        - `prompt` string
        - `value` string
        - `points` number
        - `seq` integer
        - `disabled` boolean
        - `locale` string
      - `locale` string
      - `isDeferred` boolean
      - `isExternal` boolean
    - `locale` string

## Other responses

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

## Changes

- **2026-09-02** `870f28ba2607` — 5 info
  - added the optional property `error/errorId` to the response with the `400` status
  - added the optional property `error/errorId` to the response with the `401` status
  - added the optional property `error/errorId` to the response with the `403` status
  - added the optional property `error/errorId` to the response with the `404` status
  - …1 more

[Change history](https://skmtc.dev/mobilecoach/apis/untitled-api/changes/api/eval-sections/:evalSectionId/locale/:localeCode/put.md)

---

[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/870f28ba2607/schema)
