diff --git a/src/ReC.API/Controllers/ActionController.cs b/src/ReC.API/Controllers/ActionController.cs index c4b6062..5e03d86 100644 --- a/src/ReC.API/Controllers/ActionController.cs +++ b/src/ReC.API/Controllers/ActionController.cs @@ -7,7 +7,7 @@ namespace ReC.API.Controllers; public class ActionController : ControllerBase { [HttpPost("{profileId}")] - public Task Trigger([FromRoute] int profileId) + public Task Invoke([FromRoute] int profileId) { // Implementation for retrieving actions would go here. throw new NotImplementedException();