Skip to content

Commit

Permalink
added DestinationFolder to ExternalAppRequestEvent
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Nov 8, 2023
1 parent 2aa3e75 commit 16f14dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Messaging/Events/ExternalAppRequestEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ public class ExternalAppRequestEvent
/// </summary>
public List<DataOrigin> Targets { get; set; } = new List<DataOrigin>();

[JsonProperty(PropertyName = "destination_folder")]
[JsonPropertyName("destination_folder")]
public string? DestinationFolder { get; set; }

[Newtonsoft.Json.JsonConstructor]
[System.Text.Json.Serialization.JsonConstructor]
public ExternalAppRequestEvent()
Expand Down

0 comments on commit 16f14dd

Please sign in to comment.