contentful-management.py
contentful-management.py copied to clipboard
SDK strips metadata key on entry/asset creation
Hi,
I wanted to create assets with certain tags and I couldn't get it to work. The SDK would always strip the metadata key from the dictionary. According to the documentation, it should be possible to send metadata when creating an asset.
From my limited knowledge of the sdk and a short debug session, the issue seems to be with this method.
Is there a reason for stripping everything, including metadata, except fields?
I would offer to create a pull request but I'm not quite sure how to test this properly with the tooling from the sdk.
:heavy_plus_sign: That would definitely be a good feature to be able to handle tags edition from this SDK !
The library doesn't support Tags API yet.