Skip to Content

POST /persona/problem

Problem Persona

Report a persona problem — composable infra architecture.

Request Body (ProblemPersonaApiRequest)

FieldTypeRequiredDescription
typestringNoProblem type: feature, bug, question, other (required on first call)
messagestringNoProblem description, max 1000 chars (required on first call)
idempotency_keystringNoOperation key for ack — promotes or rejects a dormant problem
acceptbooleanNoAccept (promote) or reject dormant state. Only meaningful with idempotency_key

Response (ProblemPersonaApiResponse)

FieldTypeRequiredDescription
problem_idstringYesUUID of the created problem
successbooleanNoWhether the problem was created
messagestringNoStatus message
idempotency_keystringNoIdempotency key echoed back for client correlation
Last updated on