Skip to Content

POST /setting/problem

Problem Setting

Report a setting problem — composable infra architecture.

Request Body (ProblemSettingApiRequest)

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

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