kontent-ai / management-sdk-net

Kontent.ai Management .NET SDK
https://www.nuget.org/packages/Kontent.Ai.Management
MIT License
7 stars 31 forks source link

Model TaxonomyElementMetadataModel is missing the Name property #268

Closed daninden closed 2 months ago

daninden commented 6 months ago

Brief bug description

When retrieving a contentmodel or contentsnippet, the taxonomy element does not have a name.

Repro steps

  1. Go to https://github.com/kontent-ai/management-sdk-net/blob/ec7db0fae31ac09c6a991899581e03c587f7359d/Kontent.Ai.Management/Models/Types/Elements/TaxonomyElementMetadataModel.cs#L10
  2. And see there is no Name property

Expected behavior

The element should have a name.