You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then attempting to apply a patch where the data is within this extension I get a BadRequest. Is the a way that I can configure this library to support this Extension Data?
The text was updated successfully, but these errors were encountered:
If I have a Contract that allows extension Data similar to the below:
[JsonExtensionData(ReadData = true, WriteData = true)]
public IDictionary<string, JToken>? AdditionalData { get; set; }
Then attempting to apply a patch where the data is within this extension I get a BadRequest. Is the a way that I can configure this library to support this Extension Data?
The text was updated successfully, but these errors were encountered: