Skip to content

Commit

Permalink
name property is missing in the request model
Browse files Browse the repository at this point in the history
  • Loading branch information
andreloureiro88 committed Jan 20, 2022
1 parent ccc0060 commit b04386b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Castle.Sdk/Messages/Requests/ActionRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public class ActionRequest
public string Status { get; set; }
public string UserId { get; set; }

public string Name { get; set; }

public IDictionary<string, string> UserTraits { get; set; } = new Dictionary<string, string>();

public IDictionary<string, object> Properties { get; set; }
Expand Down

0 comments on commit b04386b

Please sign in to comment.