Skip to content

Commit

Permalink
return user on watch record as per elastic/elasticsearch#31873
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Oct 1, 2018
1 parent ae973dc commit 46c2549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Nest/XPack/Watcher/ExecuteWatch/ExecuteWatchResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ public class WatchRecord
[JsonProperty("watch_id")]
public string WatchId { get; set; }

[JsonProperty("user")]
public string User { get; set; }

[JsonProperty("messages")]
public IReadOnlyCollection<string> Messages { get; set; }

Expand Down

0 comments on commit 46c2549

Please sign in to comment.