Update a fallout event
put
/topology/v2/fallout/events/eid/{eid}
Updates the fallout event's event attribute that matches eid. Has be resubmitted later
Request
Path Parameters
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
action: string
-
createdDate: string
(date)
Example:
2022-03-10
-
createdUser: string
-
entityId: integer
(int64)
-
errorCode: string
-
errorDescription: string
-
event: string
-
eventHeaders: string
-
eventType: string
-
lastModifiedDate: string
(date)
Example:
2022-03-10
-
lastModifiedUser: string
-
origEvent: object
origEvent
-
sourceSystemId: string
-
state: string
-
targetSystemId: string
Nested Schema : origEvent
Type:
object
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Fallout event updated successfully
Root Schema : schema
Type:
Show Source
object
-
action: string
-
createdDate: string
(date)
Example:
2022-03-10
-
createdUser: string
-
entityId: integer
(int64)
-
errorCode: string
-
errorDescription: string
-
event: string
-
eventHeaders: string
-
eventType: string
-
lastModifiedDate: string
(date)
Example:
2022-03-10
-
lastModifiedUser: string
-
origEvent: object
origEvent
-
sourceSystemId: string
-
state: string
-
targetSystemId: string
Nested Schema : origEvent
Type:
object
Examples
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred