---
title: "Update Personal Intelligence"
method: PUT
path: "/intelligence/personal"
tags: ["Intelligence"]
---

# Update Personal Intelligence

`PUT /intelligence/personal`

Update personal intelligence for the current user.

## Headers

- `authorization` string, nullable

## Request body

- PersonalIntelligenceUpdateRequest — Request DTO for updating personal intelligence.
  - `communication_style_preference` 'Formal' | 'Casual' | 'Technical' | 'Simple' — Communication style enum.
  - `experience_level` 'Junior' | 'Mid-level' | 'Senior' | 'Expert' | 'Technical Founder' — Experience level enum.
  - `personal_pitches` string, nullable — Personal pitches
  - `predefined_pitches` PersonalPredefinedPitchResult[], nullable — Predefined pitches
    - `context` string, required — Context
    - `response` string, required — Response
  - `frameworks` string[], nullable — Frameworks

## Response `200`

Successful Response

- PersonalIntelligenceResult — Result DTO for personal intelligence.
  - `id` string, uuid, required — Intelligence ID
  - `user_id` string, uuid, required — User ID
  - `communication_style_preference` 'Formal' | 'Casual' | 'Technical' | 'Simple', required — Communication style enum.
  - `experience_level` 'Junior' | 'Mid-level' | 'Senior' | 'Expert' | 'Technical Founder', required — Experience level enum.
  - `personal_pitches` string, nullable — Personal pitches
  - `predefined_pitches` PersonalPredefinedPitchResult[], nullable — Predefined pitches
    - `context` string, required — Context
    - `response` string, required — Response
  - `frameworks` string[], nullable — Frameworks
  - `created_at` string, date-time, required — Creation timestamp
  - `updated_at` string, date-time, required — Last update timestamp

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
