## Addendum **post** `/v1/autoScribe/reports/{reportId}/addendum` Initiates the creation of an addendum to an existing completed report. The study status will change to 'addendum_active' allowing the radiologist to dictate additional findings. ### Path Parameters - `reportId: string` Unique report identifier. Format: rep_{32-hex-chars} ### Returns - `success: boolean` - `message: optional string` ### Example ```http curl https://api.avarasoftware.com/v1/autoScribe/reports/$REPORT_ID/addendum \ -X POST \ -H "Authorization: Bearer $AVARA_API_KEY" ```