Skip to Content
API ReferenceTestPOST /problem

POST /test/problem

Problem Test

Report a test problem — composable infra architecture.

Request Body (ProblemTestApiRequest)

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

Response (ProblemTestApiResponse)

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