The `EndpointId` property in the `CreateRecActionCommand` class was updated from a non-nullable `long` to a nullable `long?` to allow it to hold `null` values. Additionally, a new nullable `string?` property `EndpointUri` was introduced to support specifying an optional endpoint URI.
ReC
Description
Languages
C#
100%