---
title: "Update Bluesky account settings"
method: PATCH
path: "/v1/accounts/{accountId}/bluesky-settings"
tags: ["Accounts"]
---

# Update Bluesky account settings

`PATCH /v1/accounts/{accountId}/bluesky-settings`

Set or clear the account's default post languages. 1-3 BCP-47 codes (e.g. "pt", "en-US"), the same validation as per-post langs; explicit null clears the default. Per-post platformSpecificData.langs always overrides this default. Applies to posts published after the change; already-published posts cannot be retagged (Bluesky has no post edit).

## Path parameters

- `accountId` string, required

## Request body

- object
  - `defaultLangs` string[], nullable, required

## Response `200`

Updated settings

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Account not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/19fd2b70854e/schema)
