Class IncidentController
java.lang.Object
io.camunda.zeebe.gateway.rest.controller.IncidentController
@CamundaRestController
@RequestMapping("v2/incidents")
public class IncidentController
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> incidentResolution(long incidentKey)
-
Constructor Details
-
IncidentController
-
-
Method Details
-
incidentResolution
@PostMapping(path="/{incidentKey}/resolution", produces={"application/json","application/problem+json"}, consumes="application/json") public CompletableFuture<org.springframework.http.ResponseEntity<Object>> incidentResolution(@PathVariable long incidentKey)
-