I was wondering if there is a solution to only change the value of an attribute in a specific component using the Crafter Studio API or a groovy script.
The only thing I have found is the method "Write Content"(https://docs.craftercms.org/en/3.0/developers/projects/studio/api/content/write-content.html) of the API but to only change one attribute you need to retrieve the entire component file, modify the value you need and push the entire file back, that is quite heavy.