跳到主要内容

Promote Task Occurrence

POST 

/api/v1/mitigation-tasks/:task_id/occurrences/:occurrence_id/promote

Manually promote a scheduled occurrence to open immediately.

Mirrors what the daily background loop will do automatically when the lead window opens — but lets a risks.manage holder pull a cycle forward (e.g. to run an access review early).

Idempotent: promoting an already-open occurrence is a 200 no-op. Promoting a terminal occurrence (done / skipped) returns 409 since those are immutable per the audit contract.

Request

Responses

Successful Response