We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've got some code that creates a new management asset and adds metadata to that with various tags.
However when I create the asset in contentful, I can see the asset correctly, but it has no tags.
When I look at the json is sent up, I can't see the metadata fields.
It looks like the WriteJson method in the ManagementAssetJsonConverter is not serialilizing the metadata fields.
Am I doing something incorrectly? Can I not create an asset with tags already assigned?
The text was updated successfully, but these errors were encountered:
@nrandell thanks for this report, I'll have a look. It's very possible the ManagementAssetJSonConverter might be missing handling for the metadata.
Sorry, something went wrong.
No branches or pull requests
I've got some code that creates a new management asset and adds metadata to that with various tags.
However when I create the asset in contentful, I can see the asset correctly, but it has no tags.
When I look at the json is sent up, I can't see the metadata fields.
It looks like the WriteJson method in the ManagementAssetJsonConverter is not serialilizing the metadata fields.
Am I doing something incorrectly? Can I not create an asset with tags already assigned?
The text was updated successfully, but these errors were encountered: