cURL
curl --request POST \ --url https://api.example.com/api/v1/postmortems/{name}/review \ --header 'Content-Type: application/json' \ --data ' { "reviewer": "<string>", "notes": "<string>" } '
{ "apiVersion": "v1", "kind": "PostMortem", "metadata": { "name": "PM-20260319-001", "namespace": "production" }, "status": { "state": "InReview", "reviewer": "carlos.silva@empresa.com", "reviewStartedAt": "2026-03-19T17:00:00Z", "notes": "Root cause confirmed. Adding additional action item for rate limiting." } }
Move um postmortem para o estado InReview, indicando que um humano está revisando a análise gerada pela IA
PM-20260319-001