POST /persona/problem
Problem Persona
Report a persona problem — composable infra architecture.
Request Body (ProblemPersonaApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
type | string | No | Problem type: feature, bug, question, other (required on first call) |
message | string | No | Problem description, max 1000 chars (required on first call) |
idempotency_key | string | No | Operation key for ack — promotes or rejects a dormant problem |
accept | boolean | No | Accept (promote) or reject dormant state. Only meaningful with idempotency_key |
Response (ProblemPersonaApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
problem_id | string | Yes | UUID of the created problem |
success | boolean | No | Whether the problem was created |
message | string | No | Status message |
idempotency_key | string | No | Idempotency key echoed back for client correlation |
Last updated on