Update an impact with document id

patch

/sia/v1/impact/docid/{docid}

Update an impact entity with the given document id. Updates to owner name, severity, analysis status and comments are supported.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Additional Properties Allowed
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Impact entity is updated successfully.
Body ()
Root Schema : SmartSearchEventImpact
Type: object
Show Source
Nested Schema : customer
Type: array
Details about the customers impacted due to this impact.
Show Source
Nested Schema : SmartSearchBulkIndex
Type: object
Show Source
Nested Schema : SmartSearchCustomer
Type: object
Show Source
Examples

400 Response

The request isn't valid
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

401 Response

The request is unauthorized
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

403 Response

The request is forbidden
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

404 Response

The requested resource not found
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

500 Response

An Internal Server Error has occurred
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source
Back to Top