Update an event status and severity and add comments to the event.
Note: PATCH calls update data partially. Any data not mentioned in the call, will be kept as is.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
{- "eventIds": [
- 3
], - "eventReviewState": {
- "status": "new",
- "severity": 1,
- "comment": "string"
}
}
{- "requestId": "df5fg-45fgfdsg-45fg-45454"
}