Discussion

Ask a Question
Back to All

What is the best way to update just one field of an entity via REST API

Hi!
What's the best way to update the state ONLY?
Should I read entire object of specific type (bug/userstory/etc), change one field (e.g. EntityState) and PUT it back?
Or, there is a more lightweight way to do that without reading and writing the entire object?