Update event review

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.

Request
Security:
Request Body schema: application/json
eventIds
required
Array of integers (Event ID)
required
object
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

patch/devices/event-review-state
Request samples
application/json
{
  • "eventIds": [
    ],
  • "eventReviewState": {
    }
}
Response samples
application/json
{
  • "requestId": "df5fg-45fgfdsg-45fg-45454"
}