Skip to Content

POST /attempt/problem

Problem Attempt

Report an attempt problem — composable infra architecture.

Request Body (ProblemAttemptApiRequest)

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

Response (ProblemAttemptApiResponse)

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