What’s the best way to pass only partial updates of a Codable object to a PATCH call?
Do I need to use property observers to know which values has been updated, and then create a struct ad-hoc for the patch call?
thanks
What’s the best way to pass only partial updates of a Codable object to a PATCH call?
Do I need to use property observers to know which values has been updated, and then create a struct ad-hoc for the patch call?
thanks