Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of JsonExtensionData #56

Open
Scaramanga77 opened this issue Dec 21, 2022 · 0 comments
Open

Use of JsonExtensionData #56

Scaramanga77 opened this issue Dec 21, 2022 · 0 comments

Comments

@Scaramanga77
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant