---
title: "Edit Event Report"
method: POST
path: "/eventReports/edit/{eventReportId}"
tags: ["Event Report"]
---

# Edit Event Report

`POST /eventReports/edit/{eventReportId}`

## Path parameters

- `eventReportId` union, required
  - string
  - string, uuid

## Response `200`

An Event Report

- object
  - `EventReport` EventReport
    - `id` string
    - `uuid` string, uuid
    - `event_id` string
    - `name` string
    - `content` string
    - `distribution` '0' | '1' | '2' | '3' | '4' | '5' — Who will be able to see this event once it becomes published and eventually when it becomes pulled: * `0` - Your organization only * `1` - This community only * `2` - Connected communities * `3` - All communities * `4` - Sharing group * `5` - Inherit Event
    - `sharing_group_id` union
      - string, nullable
      - string, uuid, nullable
    - `timestamp` string, nullable
    - `deleted` boolean

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `default` — Unexpected API error

---

[API](https://skmtc.net/misp/apis/misp-automation-api.md) · [All operations](https://skmtc.net/misp/apis/misp-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/misp/misp-automation-api/revisions/88b34ff032a1/schema)
