Update Locale
Edits an existing locale. The update is partial — send only the fields you want to change, alongside the id.
Operation
| Operation | Type | Purpose |
|---|---|---|
updateAdminSettingsLocale | Mutation | Update a locale |
Input
| Field | Required | Notes |
|---|---|---|
id | yes | IRI of the locale to update. |
code | no | New locale code; uniqueness is enforced (excluding this locale). |
name | no | New display name. |
direction | no | ltr or rtl. |
Notes
- Use the
adminSettingsLocalesquery to discover valid ids. - The mutation echoes the full updated record, including the refreshed
updatedAt. - A logo image cannot be uploaded over GraphQL.
Permissions: settings.locales.edit. See the Locales overview for behaviour.

