Skip to main content
PUT
Update Composer Prefs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string<uuid>
required

Body

application/json

Partial update. Every field is independently optional — omitted fields preserve their current row value. The Odoo / model fields accept null explicitly to clear back to "no opinion" (next fresh task falls through to the hard-coded composer default).

active_odoo_credential_ids
string<uuid>[] | null
active_odoo_tier_overrides
Active Odoo Tier Overrides · object | null
clear_fields
string[] | null
develop
boolean | null
model_tier
string | null
onboard_odoo_enabled
boolean | null
plan_first
boolean | null

Response

Successful Response

Per-user per-project composer "+" menu state — the full set of persisted task-level settings (Plan First, Code Mode, model tier, Odoo env selection + tier downgrades, onboard-Odoo toggle). Wire shape is snake_case; the frontend hook adapts to camelCase.

develop
boolean
required
plan_first
boolean
required
active_odoo_credential_ids
string<uuid>[] | null
active_odoo_tier_overrides
Active Odoo Tier Overrides · object | null
model_tier
string | null
onboard_odoo_enabled
boolean | null