How to edit value in several content items at once

I have several hundred content items, all of which share a particular field.

I would now like to populate this field on all items with the same information (text). What’s the best way of doing this? I have searched the forums but was unable to retrieve an answer. Many thanks!

Hi @dimitri.burkhard , the best way would be to retrieve all the entries via CMA (Content Management API | Contentful) and then iterate trough each Entry ID and use the update Entry API call to update them (one by one). You could write a simple script using any of our SDKs: Platforms | Contentful