DocsAPI ReferenceOrganisation/bff/organisation/save-locales
postOrganisationAdmin BFF

/bff/organisation/save-locales

Replaces the entire locale configuration for the organisation. The array order determines position (0-based). Exactly one locale must be marked as default. At least one locale is required. Clears the locale cache after saving.

OrganisationpostBffOrganisationSave-locales

Parameters

1 body

1 total
Body · 1
localesobject[]Required2 fields

New locale configuration. Replaces all existing locales for the organisation.

Request

POST /bff/organisation/save-locales

post
curl -X POST "https://api.bizkithub.com/bff/organisation/save-locales" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "locales": [
    {
      "locale": "cs",
      "isDefault": false
    }
  ]
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key