Skip to Content
API ReferenceSystemPOST /problem

POST /system/problem

Problem System

Report a system problem — composable infra architecture.

Request Body (ProblemSystemApiRequest)

FieldTypeRequiredDescription
typestringYesProblem type: feature, bug, question, other
messagestringYesProblem description (max 1000 chars)
idempotency_keystringNoIdempotency key — replays the prior call instead of re-running

Response (ProblemSystemApiResponse)

FieldTypeRequiredDescription
problem_idstringYesUUID of the created problem
successbooleanNoWhether the problem was created
messagestringNoStatus message
Last updated on