latestOpenAPI 3.1.02026-08-225721892.2 MB
19fd2b70854e
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
Example request
{
"defaultLangs": [
"pt"
]
}Response
Updated settings