We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41cfbe commit b087cd7Copy full SHA for b087cd7
src/Messaging/Events/ExportRequestEvent.cs
@@ -90,8 +90,8 @@ public class ExportRequestEvent : EventBase
90
/// <summary>
91
/// Gets or set the payloadId for external apps sending data back
92
/// </summary>
93
- [JsonProperty(PropertyName = "file_id")]
94
- [JsonPropertyName("file_id")]
+ [JsonProperty(PropertyName = "payload_id")]
+ [JsonPropertyName("payload_id")]
95
public string? PayloadId { get; set; }
96
97
0 commit comments