ego
ego copied to clipboard
Change update methods for all entities from PUT to PATCH
The update requests for Policy, Group and Application are incorrectly using a PUT method for updating entities. These should be changed to PATCH to reflect REST best practices.
- These will be breaking changes and should be fixed in Ego 4.x.x
- The fix for User entity is being handled in ego-561