OpenAPI 3.1.02026-08-215701892.2 MB

15e893e69e8c

Accounts

Update Bluesky account 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).

patch/v1/accounts/{accountId}/bluesky-settings

Path parameters

accountIdstring required

Request body

defaultLangsstring[] nullable required

Example request

{
  "defaultLangs": [
    "pt"
  ]
}

Response

Updated settings