contentful-management.py icon indicating copy to clipboard operation
contentful-management.py copied to clipboard

SDK strips metadata key on entry/asset creation

Open MarcoGlauser opened this issue 4 years ago • 2 comments

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.

MarcoGlauser avatar Jun 11 '21 15:06 MarcoGlauser

:heavy_plus_sign: That would definitely be a good feature to be able to handle tags edition from this SDK !

jeremyrich avatar Apr 21 '22 15:04 jeremyrich

The library doesn't support Tags API yet.

rubydog avatar Apr 21 '22 18:04 rubydog