API reference

Tenant playbook prefs

Update

PATCH/api/tenant/playbook-prefs
json
{ "marketPracticeEnabled": false }

Tenant-scoped playbook preferences include the Market Practice opt-in. For forward compatibility, clients should ignore keys they do not recognise.

Read (via tenant config)

GET/api/tenant/config
json
{
  "tenantId": "f4c2-…",
  "brandName": "Fable",
  "playbookPrefs": { "marketPracticeEnabled": true }
}