Update founder DNA
PUT /api/v1/tenant/founder-dna
Update the current tenant’s founder DNA profile fields.
Authorizations
Request Body required
Request body for PUT /tenant/founder-dna.
All fields are optional — only provided fields are updated.
Attributes: communication_style: Communication style attributes dict. risk_tolerance: Risk tolerance score (0.0–1.0). decision_speed: Decision speed label. priorities: Ordered list of business priorities. communication_samples: Sample texts for style calibration. override_patterns: Approval/rejection override patterns. learned_preferences: Free-form learned preference dict. dimension_scores: Six behavioral dimension scores (-1.0 to +1.0).
object
Responses
200
Successful Response
Wrapper response for founder DNA endpoints.
Attributes: data: The founder DNA payload.
object
Founder DNA fields returned by GET /tenant/founder-dna.
Attributes: id: Unique record identifier. tenant_id: Owning tenant UUID. communication_style: Dict of communication style attributes. risk_tolerance: Risk tolerance score (0.0–1.0). decision_speed: Decision speed label (e.g. fast, moderate, slow). priorities: Ordered list of business priorities. communication_samples: Sample communication texts for style calibration. override_patterns: Recorded approval/rejection override patterns. learned_preferences: Free-form learned preference dict. dimension_scores: Six behavioral dimension scores (-1.0 to +1.0).
object
object
object
object
422
Validation Error