ac214dc8e1a78dadacb7187fb7f26a8aef01c3ba
A new HTTP POST endpoint `CreateAction` was added to the `ActionController` class. This endpoint accepts a `CreateRecActionCommand` object from the request body, sends it to the `mediator` for processing, and returns a `201 Created` response using the `CreatedAtAction` method. This change enables the creation of actions via HTTP POST requests, enhancing the controller's functionality.
Description
Languages
C#
100%