The ActionController class was updated to include a new CreateFakeAction endpoint. This endpoint accepts optional parameters (endpointUri, type, and bodyQuery) and sends a CreateRecActionCommand with hardcoded and default values. The CreateRecActionCommand record was modified to remove default values for ProfileId, Type, and BodyQuery. These properties now require explicit initialization, with Type and BodyQuery marked as non-nullable using the null! syntax. These changes improve flexibility and add support for creating "fake" actions via the new endpoint.
ReC
Description
Languages
C#
100%