auth

Update Org

Update the organization's name and/or preferred language.

Distinguishes "field not provided" from "field set to null" via pydantic's model_fields_set — the latter is how the settings UI clears preferred_language ("Not set" → JSON null). Treating None as "not provided" would swallow the clear and 400.

patch/v1/auth/org

Request body

namestring nullable
preferred_languagestring nullable

Response

Successful Response

org_idstring uuid required
org_namestring required
emailstring required
preferred_languagestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.