|
|
@@ -51,9 +51,9 @@ public class RuleSceneController implements ReactiveServiceCrudController<RuleSc
|
|
|
}
|
|
|
|
|
|
|
|
|
- @PostMapping("/{id}/_execute")
|
|
|
+ @PostMapping("/{id}/execute")
|
|
|
@SaveAction
|
|
|
- @Operation(summary = "执行告警配置")
|
|
|
+ @Operation(summary = "执行场景互联配置")
|
|
|
public Mono<Void> executeScene(@PathVariable String id) {
|
|
|
return sceneService.execute(id);
|
|
|
}
|