I came across java library and class that enables to import/create a realm into the server.
Class: org.keycloak.services.managers.RealmManager in keycloak/services library.
But I did not find a method to update an existing realm.
Does it exist in any library? or do I have to write something custom?
Any help is appreciated!