Add an optional flag to the set and fset commands that returns the full updated object in the response.
This would be a quality-of-life improvement that eliminates the need for an additional get call after each set/fset when the caller needs the complete object state. Returning the full object directly would reduce extra round-trip, simplify client logic, and improve overall efficiency, especially in workflows that immediately depend on the updated data.
Add an optional flag to the set and fset commands that returns the full updated object in the response.
This would be a quality-of-life improvement that eliminates the need for an additional get call after each set/fset when the caller needs the complete object state. Returning the full object directly would reduce extra round-trip, simplify client logic, and improve overall efficiency, especially in workflows that immediately depend on the updated data.