Class IncidentController

java.lang.Object
io.camunda.zeebe.gateway.rest.controller.IncidentController

@CamundaRestController @RequestMapping("v2/incidents") public class IncidentController extends Object
  • Constructor Details

    • IncidentController

      @Autowired public IncidentController(IncidentServices incidentServices)
  • 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)