Skip to Content

POST /profile/problem

Problem Profile

Report a profile problem — composable infra architecture.

Request Body (ProblemProfileApiRequest)

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 (ProblemProfileApiResponse)

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