Skip to Content
API ReferenceCohortPOST /problem

POST /cohort/problem

Problem Cohort

Report a cohort problem — composable infra architecture.

Request Body (ProblemCohortApiRequest)

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

Response (ProblemCohortApiResponse)

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